nfc_ndef_rtd_encoding_t

This enumeration specifies the type of the unicode encoding used for strings.

Synopsis:

#include <nfc/nfc_ndef.h>
 
typedef enum {
      UTF_8 = 1   
      UTF_16 = 2   
} nfc_ndef_rtd_encoding_t;

Since:

BlackBerry 10.0.0

Data:

UTF_8
UTF-8 (UCS Transformation Format - 8-bit).
UTF_16
UTF-16 (UCS Transformation Format - 16-bit).

Library:

libnfc (For the qcc command, use the -l nfc option to link against this library)

Description: