Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
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
61extern "C" {
62#endif
63
64/*
65 * ####################################################################################################################
66 * DEFINES / TYPES
67 * ####################################################################################################################
68 */
69
70/*
71 * ####################################################################################################################
72 * TYPES
73 * ####################################################################################################################
74 */
75
80{
81 TagLC_NoNDEFTag,
82 TagLC_Initialized,
83 TagLC_ReadWrite,
84 TagLC_ReadOnly,
85
87
88#ifdef __cplusplus
89}
90#endif
91
94#endif /* Guard */
95
enum ptxNDEF_TagLifeCycle ptxNDEF_TagLifeCycle_t
NDEF Tag Life-Cycle.
ptxNDEF_TagLifeCycle
NDEF Tag Life-Cycle.
Definition ptxNDEF_Defines.h:80