Interface IReaderOperationHostBarcode
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
An IReaderOperation that uses the change in trigger state of the specified TriggerIndex to trigger the barcode on the host device
public interface IReaderOperationHostBarcode : IReaderOperation, ITriggerSource
- Inherited Members
Remarks
When enabled the operation will call InitiateScan() as the specified trigger is pressed and CancelScan() as the trigger is released
Properties
HostBarcodeHandler
Gets or sets the host barcode handler to trigger when the reader trigger is pressed
IHostBarcodeHandler HostBarcodeHandler { get; set; }
Property Value
Remarks
Only set this property while the operation is disabled