Interface IReaderConnection
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
Provides an interface to connect and disconnect from a reader
public interface IReaderConnection
  Properties
IsConnected
Gets a value indicating whether a reader is connected
bool IsConnected { get; }
  Property Value
Methods
Connect(IAsciiSerialTransport)
Connect the AsciiCommander to the given reader (transport)
bool Connect(IAsciiSerialTransport transport)
  Parameters
transportIAsciiSerialTransportThe UHF Reader that supports the TSL ASCII 2.0 protocol
Returns
- bool
 True if successfully connected
Disconnect()
Disconnects from the current device
void Disconnect()