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

Name Description
Public property IsCheckingError Is true when the status word indicates a checking error according to ISO 7816-4.
Public property IsError Is true when the status word indicates an error according to ISO 7816-4.
Public property IsExecutionError Is true when the status word indicates an execution error according to ISO 7816-4.
Public property IsExtended Indicates whether this is an extended ISO 7816-4 response APDU.
Public property IsSuccessful Is true when the status word indicates success according to ISO 7816-4.
Public property IsWarning Is true when the status word indicates a warning according to ISO 7816-4.
Public property Lr Provides the length Lr of an ISO 7816-4 response APDU. This is the actual length of the data field returned by GetData.
Public property SW Access to the status word of an ISO 7816-4 response APDU.
Public property SW1 Access to the byte SW1 of the status word of an ISO 7816-4 response APDU.
Public property SW2 Access to the byte SW2 of the status word of an ISO 7816-4 response APDU.
Top