Table of Contents

Interface IHostBarcodeHandler

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

Extends the IBarcodeHandler interface for barcode scanning on the host terminal that is running the App which may be triggered using the trigger of a Technology Solutions RFID ASCII Protocol reader

public interface IHostBarcodeHandler : IBarcodeHandler
Inherited Members

Remarks

If IsAvailable returns true then the barcode scanner of the host device can be used to scan barcodes with this instance

Properties

IsAvailable

Gets a value indicating whether barcode scanning is available using the host terminal

bool IsAvailable { get; }

Property Value

bool