hsw-nbt
1.2.0
OPTIGA Authenticate NBT Host Library for C
infineon
ifx-ndef-errors.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) 2024-2026 Infineon Technologies AG
2
// SPDX-License-Identifier: MIT
3
8
#ifndef IFX_NDEF_ERRORS_H
9
#define IFX_NDEF_ERRORS_H
10
11
#include <stdint.h>
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
/* Macros defines custom error reason codes */
18
22
#define IFX_RECORD_URI_IDENTIFIER_CODE_INVALID UINT8_C(0x01)
23
27
#define IFX_RECORD_URI_IDENTIFIER_INVALID UINT8_C(0x02)
28
32
#define IFX_RECORD_INVALID UINT8_C(0x03)
33
37
#define IFX_RECORD_INFO_ALREADY_REGISTERED UINT8_C(0x04)
38
42
#define IFX_RECORD_UNSUPPORTED UINT8_C(0x05)
43
44
#ifdef __cplusplus
45
}
46
47
#endif
/* __cplusplus */
48
#endif
/* IFX_NDEF_ERRORS_H */
Generated by
1.10.0