Get a byte of this APDU.

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

Syntax

C#
public virtual byte this[
	int index
] { get; }
Visual Basic
Public Overridable ReadOnly Default Property Item ( 
	index As Integer
) As Byte
	Get
Visual C++
public:
virtual property unsigned char default[int index] {
	unsigned char get (int index);
}
F#
abstract Item : byte with get
override Item : byte with get

Parameters

index
Type: System..::..Int32

Property Value

Type: Byte

Implements

IApdu..::..Item[([( Int32])])

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionIf index out of range.

See Also