nRF Connect SDK API 0.1.0
|
#define NFC_TNEP_STATUS_RECORD_DESC_DEF | ( | _name, | |
_status | |||
) |
#include <include/nfc/ndef/tnep_rec.h>
Macro for creating and initializing a NFC NDEF record descriptor for a TENP Status Record.
This macro creates and initializes an instance of type nfc_ndef_record_desc and an instance of type nfc_ndef_tnep_rec_status, which together constitute an instance of a TNEP status record.
Use the macro NFC_NDEF_TNEP_RECORD_DESC to access the NDEF TENP record descriptor instance. Use name to access a TNEP Status description.
[in] | _name | Name of the created record descriptor instance. |
[in] | _status | TNEP Message Status. |