 | ConnectionStates Enumeration |
Indicate the connection state of a reader.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntaxpublic enum ConnectionStates
Public Enumeration ConnectionStates
Members
| Member name | Value | Description |
---|
| Disconnected | 0 |
Reader is disconnected.
|
| Connected | 1 |
Reader is connected.
|
See Also