LC value for this APDU.

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

Syntax

C#
public virtual byte LC { get; }
Visual Basic
Public Overridable ReadOnly Property LC As Byte
	Get
Visual C++
public:
virtual property unsigned char LC {
	unsigned char get ();
}
F#
abstract LC : byte with get
override LC : byte with get

Property Value

Type: Byte

Remarks

It is recommended to use ExtendedLC instead, which supports extended length LC.

See Also