Let BasicCardCommand determine a proper value for LE and assign this value to LE.
Namespace: BasicCard.BasicCardsAssembly: 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 set | leave LE unchanged |
no data appended (LC=0) | disable LE (DisableLE()) |
data appended, all data fixed length | LE=LC (ExtendedLC) |
data appended, last data is variable length | LE=0 |