Table of Contents

Interface IAsciiTransportsManager

Namespace
TechnologySolutions.Rfid.AsciiProtocol.Transports
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Provides a central interface to manage transports available to ASCII Protocol readers

public interface IAsciiTransportsManager : INotifyTransportChanged
Inherited Members
Extension Methods

Remarks

All changes to available transports are announced via TransportChanged

Properties

BluetoothSecurity

Gets access to explicitly pair to Bluetooth devices

IBluetoothSecurity BluetoothSecurity { get; }

Property Value

IBluetoothSecurity

Enumerators

Gets the available enumerators which determine which transports are available

IEnumerable<IAsciiTransportEnumerator> Enumerators { get; }

Property Value

IEnumerable<IAsciiTransportEnumerator>