nRF5 SDK v11.0.0
Text record payload descriptor. More...
#include <nfc_text_rec.h>
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.