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 = 7
This connection has been added and is available to be connected to
Connected = 2
The reader is connected
Connecting = 1
The reader is connecting
Disconnected = 0
The reader is disconnected
Disconnecting = 3
The reader is disconnecting
Interrupted = 9
The connection was interrupted, probably due to a change of transport
Lost = 6
If the state was Connected and the connection becomes not available then the state becomes Lost
NotAvailable = 8
This connection has previously been available but currently is not available for connection