Interface IReaderOperationBarcode
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
An IReaderOperation that will perform a barcode scan for each press of the specified TriggerIndex
IsTriggerHardware is true TriggerIndex can be set before the operation is enabled. This is a hardware trigger operation. TriggerInterval is not used. Most barcode scanners perform one barcode scan per trigger
public interface IReaderOperationBarcode : IReaderOperation, ITriggerSource
- Inherited Members
Remarks
While Enabled this reader operation is triggered by the specified hardware trigger on the device to perform a barcode scan
Events
BarcodeScanned
Raised when a barcode is scanned successfully
event EventHandler<BarcodeEventArgs> BarcodeScanned