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
bool Connect(IAsciiSerialTransport transport)
Parameters
transport
IAsciiSerialTransportThe UHF Reader that supports the TSL ASCII 2.0 protocol
Returns
- bool
True if successfully connected
Disconnect()
Disconnects from the current device
void Disconnect()