The following tables list the members exposed by the CardResponseAPDU type.
Name | Description | |
---|---|---|
![]() |
AppendData(byte[]) | Appends the given data block to the data field of this response APDU. |
![]() |
Clone() | Creates a new CardResponseAPDU instance that is a complete and deep copy of this CardResponseAPDU instance. |
![]() |
GenerateBytes() | Generates the complete response APDU into a newly allocated raw byte array. |
![]() |
GetData() | Returns the data field of an ISO 7816-4 response APDU. |
![]() ![]() |
ParseBytes(byte[]) | Creates a CardResponseAPDU instance by parsing a response APDU given as a byte array. |
![]() ![]() |
ParseBytes(byte[], int, int) | Creates a CardResponseAPDU instance by parsing a response APDU given as a range inside a byte array. |
![]() |
SetData(byte[]) | Adds or replaces the data field of this response APDU. |
![]() |
SetData(byte[], int, int) | Adds or replaces the data field of this response APDU. |
![]() |
ToString() | Formats this response APDU, including all its data, in a nice human readable fashion. |
![]() |
TruncateData(int) | Truncates the data block of this response APDU at the given size. |