Constructs an empty BasicCardCommand object with specified CLA, INS, P1, P2.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public BasicCardCommand(
byte CLA,
byte INS,
byte P1,
byte P2
) |
Visual Basic |
---|
Public Sub New (
CLA As Byte,
INS As Byte,
P1 As Byte,
P2 As Byte
) |
Visual C++ |
---|
public:
BasicCardCommand(
unsigned char CLA,
unsigned char INS,
unsigned char P1,
unsigned char P2
) |
F# |
---|
new :
CLA : byte *
INS : byte *
P1 : byte *
P2 : byte -> BasicCardCommand |
Parameters
- CLA
- Type: System..::..Byte
Class byte.
- INS
- Type: System..::..Byte
Instruction byte.
- P1
- Type: System..::..Byte
Parameter P1.
- P2
- Type: System..::..Byte
Parameter P2.
See Also