hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
Data Fields
ifx_apdu_error_map_t Struct Reference

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
 

Detailed Description

Struct that holds APDU Error's message with respective to the INS and SW.

Definition at line 51 of file ifx-apdu-error.h.

Field Documentation

◆ ins

uint8_t ifx_apdu_error_map_t::ins

the INS byte

Definition at line 53 of file ifx-apdu-error.h.

◆ message

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.

◆ sw

uint16_t ifx_apdu_error_map_t::sw

SW byte

Definition at line 54 of file ifx-apdu-error.h.


The documentation for this struct was generated from the following file: