Interface IReaderOperationTransponders
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
An IReaderOperation to perform inventory either manually or using a soft trigger (commanded from host while trigger pressed)
public interface IReaderOperationTransponders : IReaderOperation, ITriggerSource, IOutputPowerBounds
- Inherited Members
- Extension Methods
Properties
Filter
Gets or sets the filter to identify the transponders to report
TagFilter Filter { get; set; }
Property Value
Report
Gets or sets the report to identify the fields that should be reported per transponder
TagFields Report { get; set; }
Property Value
Transponders
Gets the transponders that were reported since the operation started
IEnumerable<TransponderData> Transponders { get; }
Property Value
Events
TranspondersReceived
Raised as transponders are received
event EventHandler<TranspondersEventArgs> TranspondersReceived