Provide access to ATR bytes.
Namespace: BasicCard.GenericCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public byte this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( index As Integer ) As Byte Get |
Visual C++ |
---|
public: property unsigned char default[int index] { unsigned char get (int index); } |
F# |
---|
member Item : byte with get |
Parameters
- index
- Type: System..::..Int32