Table of Contents

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 TransponderData

The transponder to report

moreAvailable bool

True 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

bool

Transponder

Gets the transponder reported

public TransponderData Transponder { get; }

Property Value

TransponderData

Methods

ToString()

Returns a string representation of this instance

public override string ToString()

Returns

string

A string representation of this instance