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

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