Octane SDK
2.0 Beta
|
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... | |
Class that is used to define the configuration settings for an individual general purpose input (GPI) port.
|
getset |
Specifies a time interval to wait before the reader will accept that a GPI state change is persistent.
|
getset |
Specifies whether this port should be enabled.
|
getset |
Specifies the GPI port number (starting at port 1) to configure.
OctaneSdkException | Thrown when PortNumber is set to 0; |