ReadResponse.ReadData Property

TegoOS

ReadResponseReadData Property
Data that was read by the operation.

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

Property Value

Type: UInt16
See Also