Get current length of complete APDU.

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

Syntax

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

Property Value

Type: Int32

Implements

IApdu..::..Length

See Also