APDU bytes.
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
byte this[ int index ] { get; } |
Visual Basic |
---|
ReadOnly Default Property Item ( index As Integer ) As Byte Get |
Visual C++ |
---|
property unsigned char default[int index] { unsigned char get (int index); } |
F# |
---|
abstract Item : byte with get |
Parameters
- index
- Type: System..::..Int32
Property Value
Type: Byte
Exceptions
Exception | Condition |
---|---|
System..::..IndexOutOfRangeException | Throws IndexOutOfRangeException if index out of range |