Constructs a CommandAPDU with default capacity and content CLA INS 0 0.

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public CommandApdu(
	byte CLA,
	byte INS
)
Visual Basic
Public Sub New ( 
	CLA As Byte,
	INS As Byte
)
Visual C++
public:
CommandApdu(
	unsigned char CLA, 
	unsigned char INS
)
F#
new : 
        CLA : byte * 
        INS : byte -> CommandApdu

Parameters

CLA
Type: System..::..Byte
APDU class byte.
INS
Type: System..::..Byte
INS APDU instruction byte.

See Also