Call BasicCard GET CHALLENGE command.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual byte[] CmdGetChallenge(
int challengeLen
) |
Visual Basic |
---|
Protected Overridable Function CmdGetChallenge (
challengeLen As Integer
) As Byte() |
Visual C++ |
---|
protected:
virtual array<unsigned char>^ CmdGetChallenge(
int challengeLen
) |
F# |
---|
abstract CmdGetChallenge :
challengeLen : int -> byte[]
override CmdGetChallenge :
challengeLen : int -> byte[] |
Parameters
- challengeLen
- Type: System..::..Int32
length of requested challenge
Return Value
Type:
array<Byte>[]()[][]challenge bytes
See Also