The following tables list the members exposed by the CardCommandAPDU type.
Name | Description | |
---|---|---|
![]() |
AppendData(byte) | Appends a single data byte to the data field of this command APDU. |
![]() |
AppendData(byte[]) | Appends the given data block to the data field of this command APDU. |
![]() |
AppendData(byte[], int, int) | Appends a single data byte to the data field of this command APDU. |
![]() |
Clone() | Creates a new object that is a copy of the current instance. |
![]() |
GenerateBytes() | Builds the final command APDU into a newly allocated byte array. |
![]() |
GetData() | Returns the data field of an ISO 7816-4 command APDU. |
![]() ![]() |
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. |
![]() |
GetInstructionName() | Returns the ISO 7816-4 instruction name for the instruction byte in this command APDU. |
![]() ![]() |
ParseBytes(byte[]) | Creates a CardCommandAPDU instance by parsing a command APDU given as a byte array. |
![]() ![]() |
ParseBytes(byte[], int, int) | Creates a CardCommandAPDU instance by parsing a command APDU given as a range inside a byte array. |
![]() |
SetData(byte[]) | Adds or replaces the data field of this command APDU. |
![]() |
SetData(byte[], int, int) | Adds or replaces the data field of this command APDU. |
![]() |
ToString() | Returns a string that represents the current object. |