LC value (supporting extended length) for this APDU.

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

Syntax

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

Property Value

Type: Int32

See Also