nRF Connect SDK API 2.8.99
|
#define NFC_NDEF_URI_RECORD_DESC_DEF | ( | name, | |
uri_id_code_arg, | |||
uri_data_arg, | |||
uri_data_len_arg ) |
#include <include/nfc/ndef/uri_rec.h>
Macro for generating a description of a URI record.
This macro initializes an instance of an NFC NDEF record description of a URI record.
name | Name for accessing record descriptor. |
uri_id_code_arg | URI identifier code that defines the protocol field of the URI. |
uri_data_arg | Pointer to the URI string. The string should not contain the protocol field if the protocol was specified in uri_id_code . |
uri_data_len_arg | Length of the URI string. |