Call BasicCard SET STATE command.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void CmdSetState( byte state ) |
Visual Basic |
---|
Protected Overridable Sub CmdSetState ( state As Byte ) |
Visual C++ |
---|
protected: virtual void CmdSetState( unsigned char state ) |
F# |
---|
abstract CmdSetState : state : byte -> unit override CmdSetState : state : byte -> unit |
Parameters
- state
- Type: System..::..Byte
New card state.
Remarks
This command is for loading application images into a BasicCard. It
is not recommended to use this command on application level. Using this
command may destroy the BasicCard.