const uint8_t nfc_ndef_text_rec_type_field[]
External reference to the type field of the Text record, defined in the file text_rec....
nfc_ndef_text_rec_utf
Type of the Unicode Transformation Format.
Definition: text_rec.h:32
@ UTF_16
Definition: text_rec.h:36
@ UTF_8
Definition: text_rec.h:34
int nfc_ndef_text_rec_payload_encode(struct nfc_ndef_text_rec_payload *nfc_rec_text_payload_desc, uint8_t *buff, uint32_t *len)
Constructor for an NFC NDEF Text record payload.
uint8_t const * lang_code
Definition: text_rec.h:46
uint8_t lang_code_len
Definition: text_rec.h:48
uint32_t data_len
Definition: text_rec.h:52
enum nfc_ndef_text_rec_utf utf
Definition: text_rec.h:44
uint8_t const * data
Definition: text_rec.h:50
Text record payload descriptor.
Definition: text_rec.h:42