Use cold reset instead of warm reset when changing card state.
Namespace: BasicCard.BasicCards.LoaderAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public static bool UseColdReset { get; set; } |
Visual Basic |
---|
Public Shared Property UseColdReset As Boolean Get Set |
Visual C++ |
---|
public: static property bool UseColdReset { bool get (); void set (bool value); } |
F# |
---|
static member UseColdReset : bool with get, set |