|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
Generic NBT command set structure for building and performing NBT commands. More...
#include <infineon/nbt-apdu.h>
Data Fields | |
| ifx_protocol_t * | protocol |
| Private base layer in ISO/OSI stack. | |
| ifx_logger_t * | logger |
| Private member for optional Logger. | |
| ifx_apdu_t * | apdu |
| Private member holds the command-APDU. | |
| ifx_apdu_response_t * | response |
| Private member holds the response-APDU. | |
| ifx_apdu_error_map_t * | apdu_error_map_list |
| Private member holds an APDU error message map. | |
| uint8_t | apdu_error_map_list_length |
| Private member holds an APDU error message map length. | |
Generic NBT command set structure for building and performing NBT commands.
Definition at line 75 of file nbt-apdu.h.
| ifx_apdu_t* nbt_cmd_t::apdu |
Private member holds the command-APDU.
Definition at line 93 of file nbt-apdu.h.
| ifx_apdu_error_map_t* nbt_cmd_t::apdu_error_map_list |
Private member holds an APDU error message map.
Definition at line 103 of file nbt-apdu.h.
| uint8_t nbt_cmd_t::apdu_error_map_list_length |
Private member holds an APDU error message map length.
Definition at line 108 of file nbt-apdu.h.
| ifx_logger_t* nbt_cmd_t::logger |
| ifx_protocol_t* nbt_cmd_t::protocol |
Private base layer in ISO/OSI stack.
Set by the initialization function of the concrete implementation. Do NOT set manually!.
Definition at line 82 of file nbt-apdu.h.
| ifx_apdu_response_t* nbt_cmd_t::response |
Private member holds the response-APDU.
Definition at line 98 of file nbt-apdu.h.