Class TransponderDatasEventArgs
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Represents a collection of transponders reported from an inventory
public class TransponderDatasEventArgs : EventArgs
- Inheritance
-
TransponderDatasEventArgs
- Inherited Members
Properties
EndOfPass
Gets or sets a value indicating whether this completes an inventory (true) or whether there are more transponders to follow (false)
public bool EndOfPass { get; set; }
Property Value
Transponders
Gets or sets the transponders being reported
public IEnumerable<TransponderData> Transponders { get; set; }