Current length of complete apdu.

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

Syntax

C#
int Length { get; }
Visual Basic
ReadOnly Property Length As Integer
	Get
Visual C++
property int Length {
	int get ();
}
F#
abstract Length : int with get

Property Value

Type: Int32

See Also