Class TransponderDataEventArgs
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
EventArgs when a transponder is reported from an inventory
public class TransponderDataEventArgs : EventArgs
- Inheritance
-
TransponderDataEventArgs
- Inherited Members
Constructors
TransponderDataEventArgs(TransponderData, bool)
Initializes a new instance of the TransponderDataEventArgs class
public TransponderDataEventArgs(TransponderData transponder, bool moreAvailable)
Parameters
transponder
TransponderDataThe transponder to report
moreAvailable
boolTrue if more transponders are expected to be reported after this event
Properties
MoreAvailable
Gets a value indicating whether more transponders are to be reported
public bool MoreAvailable { get; }
Property Value
Transponder
Gets the transponder reported
public TransponderData Transponder { get; }
Property Value
Methods
ToString()
Returns a string representation of this instance
public override string ToString()
Returns
- string
A string representation of this instance