Get a copy of the byte array holding the apdu data.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public override byte[] Data { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property Data As Byte() Get |
Visual C++ |
---|
public: virtual property array<unsigned char>^ Data { array<unsigned char>^ get () override; } |
F# |
---|
abstract Data : byte[] with get override Data : byte[] with get |