|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
Struct that holds APDU Error's message with respective to the INS and SW. More...
#include <infineon/ifx-apdu-error.h>
Data Fields | |
| uint8_t | ins |
| uint16_t | sw |
| uint8_t * | message |
Struct that holds APDU Error's message with respective to the INS and SW.
Definition at line 51 of file ifx-apdu-error.h.
| uint8_t ifx_apdu_error_map_t::ins |
the INS byte
Definition at line 53 of file ifx-apdu-error.h.
| uint8_t* ifx_apdu_error_map_t::message |
APDU Error's message with NULL terminated string
Definition at line 55 of file ifx-apdu-error.h.
| uint16_t ifx_apdu_error_map_t::sw |
SW byte
Definition at line 54 of file ifx-apdu-error.h.