|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
Contains the error identifier codes of NDEF library. More...
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | IFX_RECORD_URI_IDENTIFIER_CODE_INVALID UINT8_C(0x01) |
| Invalid Identifier Code status. | |
| #define | IFX_RECORD_URI_IDENTIFIER_INVALID UINT8_C(0x02) |
| Invalid Identifier bytes status. | |
| #define | IFX_RECORD_INVALID UINT8_C(0x03) |
| Invalid record. | |
| #define | IFX_RECORD_INFO_ALREADY_REGISTERED UINT8_C(0x04) |
| Info id for already registered record in record init handler list. | |
| #define | IFX_RECORD_UNSUPPORTED UINT8_C(0x05) |
| Error code, Unsupported record type while retrieving record. | |
Contains the error identifier codes of NDEF library.
Definition in file ifx-ndef-errors.h.
| #define IFX_RECORD_INFO_ALREADY_REGISTERED UINT8_C(0x04) |
Info id for already registered record in record init handler list.
Definition at line 37 of file ifx-ndef-errors.h.
| #define IFX_RECORD_INVALID UINT8_C(0x03) |
Invalid record.
Definition at line 32 of file ifx-ndef-errors.h.
| #define IFX_RECORD_UNSUPPORTED UINT8_C(0x05) |
Error code, Unsupported record type while retrieving record.
Definition at line 42 of file ifx-ndef-errors.h.
| #define IFX_RECORD_URI_IDENTIFIER_CODE_INVALID UINT8_C(0x01) |
Invalid Identifier Code status.
Definition at line 22 of file ifx-ndef-errors.h.
| #define IFX_RECORD_URI_IDENTIFIER_INVALID UINT8_C(0x02) |
Invalid Identifier bytes status.
Definition at line 27 of file ifx-ndef-errors.h.