Enum ReaderConnectionState
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Extensions
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The states of the reader connection
public enum ReaderConnectionState
- Extension Methods
Fields
Connected = 2The reader is connected
Connecting = 1The reader is connecting
Disconnected = 0The reader is disconnected
Disconnecting = 3The reader is disconnecting