Let BasicCardCommand determine a proper value for LE and assign this value to LE.

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

Syntax

C#
public virtual void SetDefaultLE()
Visual Basic
Public Overridable Sub SetDefaultLE
Visual C++
public:
virtual void SetDefaultLE()
F#
abstract SetDefaultLE : unit -> unit 
override SetDefaultLE : unit -> unit 

Remarks

Before calling this, all append calls should have been executed. The behaviour for determining LE is as follows:

LE property was setleave LE unchanged
no data appended (LC=0)disable LE (DisableLE())
data appended, all data fixed lengthLE=LC (ExtendedLC)
data appended, last data is variable lengthLE=0

See Also