Octane SDK
2.0 Beta
|
Class for defining the trigger conditions that will prompt an Impinj reader to automatically stop its current operation. Even when an auto-stop trigger is set, the Reader may be explicitly stopped using the ImpinjReader.Stop() method. More...
Public Attributes | |
uint | DurationInMs |
When using Duration mode, this is period for which the Reader singulates. More... | |
bool | GpiLevel |
When using GpiTrigger mode, and when the GPI Port changes to this level, then the reader stops. True for high, false for low. More... | |
ushort | GpiPortNumber |
GPI port to monitor for a stop event. More... | |
AutoStopMode | Mode |
Indicates whether and how the Reader should automatically stop; either None, Duration or GpiTrigger. More... | |
uint | Timeout |
This is the longest the Reader will singulate even if the GPI does not change. A value of 0 means there is no time limit. More... | |
Class for defining the trigger conditions that will prompt an Impinj reader to automatically stop its current operation. Even when an auto-stop trigger is set, the Reader may be explicitly stopped using the ImpinjReader.Stop() method.
uint Impinj.OctaneSdk.AutoStopConfig.DurationInMs |
When using Duration mode, this is period for which the Reader singulates.
bool Impinj.OctaneSdk.AutoStopConfig.GpiLevel |
When using GpiTrigger mode, and when the GPI Port changes to this level, then the reader stops. True for high, false for low.
ushort Impinj.OctaneSdk.AutoStopConfig.GpiPortNumber |
GPI port to monitor for a stop event.
AutoStopMode Impinj.OctaneSdk.AutoStopConfig.Mode |
Indicates whether and how the Reader should automatically stop; either None, Duration or GpiTrigger.
uint Impinj.OctaneSdk.AutoStopConfig.Timeout |
This is the longest the Reader will singulate even if the GPI does not change. A value of 0 means there is no time limit.