Copy of the byte array holding the apdu data.

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
byte[] Data { get; }
Visual Basic
ReadOnly Property Data As Byte()
	Get
Visual C++
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
}
F#
abstract Data : byte[] with get

Property Value

Type: array<Byte>[]()[][]

See Also