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