nfc_text_rec_payload_desc_t

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

Text record payload descriptor. More...

#include <nfc_text_rec.h>

Public Types

enum {
UTF_8 = 0,
UTF_16 = 1
}

Data Fields

enum
nfc_text_rec_payload_desc_t:: { ... }
utf
Type of the Unicode Transformation Format.
uint8_t const * p_lang_code
Pointer to the IANA language code.
uint8_t lang_code_len
Length of the IANA language code.
uint8_t const * p_data
Pointer to the user text.
uint32_t data_len
Length of the user text.

Detailed Description

Text record payload descriptor.