Get a copy of the byte array holding the apdu data field (IDATA without header).
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public virtual byte[] IData { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property IData As Byte()
Get |
Visual C++ |
---|
public:
virtual property array<unsigned char>^ IData {
array<unsigned char>^ get ();
} |
F# |
---|
abstract IData : byte[] with get
override IData : byte[] with get |
Property Value
Type:
array<Byte>[]()[][]
See Also