Renesas PTX1xxR IoT-Reader API (non-OS)
Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
SRC
COMPS
NDEF
ptxNDEF_Defines.h
Go to the documentation of this file.
1
49
#ifndef APIS_PTX_T5T_NDEF_DEFINES_H_
50
#define APIS_PTX_T5T_NDEF_DEFINES_H_
51
52
/*
53
* ####################################################################################################################
54
* INCLUDES
55
* ####################################################################################################################
56
*/
57
58
#include <stdint.h>
59
60
#ifdef __cplusplus
61
extern
"C"
{
62
#endif
63
64
/*
65
* ####################################################################################################################
66
* DEFINES / TYPES
67
* ####################################################################################################################
68
*/
69
70
/*
71
* ####################################################################################################################
72
* TYPES
73
* ####################################################################################################################
74
*/
75
79
typedef
enum
ptxNDEF_TagLifeCycle
80
{
81
TagLC_NoNDEFTag,
82
TagLC_Initialized,
83
TagLC_ReadWrite,
84
TagLC_ReadOnly,
85
86
}
ptxNDEF_TagLifeCycle_t
;
87
88
#ifdef __cplusplus
89
}
90
#endif
91
94
#endif
/* Guard */
95
ptxNDEF_TagLifeCycle_t
enum ptxNDEF_TagLifeCycle ptxNDEF_TagLifeCycle_t
NDEF Tag Life-Cycle.
ptxNDEF_TagLifeCycle
ptxNDEF_TagLifeCycle
NDEF Tag Life-Cycle.
Definition
ptxNDEF_Defines.h:80
Generated by
1.10.0