Get a copy of the apdu le field. This may be none (disable Le), one (standard length) or multiple bytes (extended length).

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

Syntax

C#
public virtual byte[] LeField { get; }
Visual Basic
Public Overridable ReadOnly Property LeField As Byte()
	Get
Visual C++
public:
virtual property array<unsigned char>^ LeField {
	array<unsigned char>^ get ();
}
F#
abstract LeField : byte[] with get
override LeField : byte[] with get

Property Value

Type: array<Byte>[]()[][]

See Also