OperationResponse.ReadData Property

TegoOS

OperationResponseReadData Property
The data read from the tag as words (valid only for a successful read response).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public virtual ushort[] ReadData { get; protected set; }
Public Overridable Property ReadData As UShort()
	Get
	Protected Set
public:
virtual property array<unsigned short>^ ReadData {
	array<unsigned short>^ get ();
	protected: void set (array<unsigned short>^ value);
}
abstract ReadData : uint16[] with get, set
override ReadData : uint16[] with get, set

Property Value

Type: UInt16
Remarks
Reads are so common that this is prefered here to avoid type casting proliferation in the app.
See Also