Enum ConnectionState
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol.Transports
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
The states of the reader connection (extended from ReaderConnectionState) ReaderConnectionState
public enum ConnectionState
  - Extension Methods
 
Fields
Available = 7This connection has been added and is available to be connected to
Connected = 2The reader is connected
Connecting = 1The reader is connecting
Disconnected = 0The reader is disconnected
Disconnecting = 3The reader is disconnecting
Interrupted = 9The connection was interrupted, probably due to a change of transport
Lost = 6If the state was Connected and the connection becomes not available then the state becomes Lost
NotAvailable = 8This connection has previously been available but currently is not available for connection