Octane SDK  2.0 Beta
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Properties | List of all members
Impinj.OctaneSdk.GpiConfig Class Reference

Class that is used to define the configuration settings for an individual general purpose input (GPI) port. More...

Properties

uint DebounceInMs [get, set]
 Specifies a time interval to wait before the reader will accept that a GPI state change is persistent. More...
 
bool IsEnabled [get, set]
 Specifies whether this port should be enabled. More...
 
ushort PortNumber [get, set]
 Specifies the GPI port number (starting at port 1) to configure. More...
 

Detailed Description

Class that is used to define the configuration settings for an individual general purpose input (GPI) port.

Property Documentation

uint Impinj.OctaneSdk.GpiConfig.DebounceInMs
getset

Specifies a time interval to wait before the reader will accept that a GPI state change is persistent.

bool Impinj.OctaneSdk.GpiConfig.IsEnabled
getset

Specifies whether this port should be enabled.

ushort Impinj.OctaneSdk.GpiConfig.PortNumber
getset

Specifies the GPI port number (starting at port 1) to configure.

Exceptions
OctaneSdkExceptionThrown when PortNumber is set to 0;