Call BasicCard GET STATE command. See BasicCard manual for details.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual byte[] CmdGetState() |
Visual Basic |
---|
Protected Overridable Function CmdGetState As Byte() |
Visual C++ |
---|
protected:
virtual array<unsigned char>^ CmdGetState() |
F# |
---|
abstract CmdGetState : unit -> byte[]
override CmdGetState : unit -> byte[] |
Return Value
Type:
array<Byte>[]()[][]GET STATE output. State byte followed by version bytes.
See Also