Table of Contents

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

bool

Methods

Connect(IAsciiSerialTransport)

Connect the AsciiCommander to the given reader

bool Connect(IAsciiSerialTransport transport)

Parameters

transport IAsciiSerialTransport

The UHF Reader that supports the TSL ASCII 2.0 protocol

Returns

bool

True if successfully connected

Disconnect()

Disconnects from the current device

void Disconnect()