The following tables list the members exposed by the CardCommandAPDU type.

Name Description
Public method AppendData(byte) Appends a single data byte to the data field of this command APDU.
Public method AppendData(byte[]) Appends the given data block to the data field of this command APDU.
Public method AppendData(byte[], int, int) Appends a single data byte to the data field of this command APDU.
Public method Clone() Creates a new object that is a copy of the current instance.
Public method GenerateBytes() Builds the final command APDU into a newly allocated byte array.
Public method GetData() Returns the data field of an ISO 7816-4 command APDU.
Public method Static GetInstructionName(byte, byte) Returns the instruction name for a given instruction byte. We currently support names defined in ISO 7816-4 1995 as well as PC/SC part 3. PC/SC part 3 kicks in, when CLA=0xFF is detected.
Public method GetInstructionName() Returns the ISO 7816-4 instruction name for the instruction byte in this command APDU.
Public method Static ParseBytes(byte[]) Creates a CardCommandAPDU instance by parsing a command APDU given as a byte array.
Public method Static ParseBytes(byte[], int, int) Creates a CardCommandAPDU instance by parsing a command APDU given as a range inside a byte array.
Public method SetData(byte[]) Adds or replaces the data field of this command APDU.
Public method SetData(byte[], int, int) Adds or replaces the data field of this command APDU.
Public method ToString() Returns a string that represents the current object.
Top