Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

ndef.h File Reference

ndef.h File Reference

Copyright (c) ARM Ltd 2013 More...

Go to the source code of this file.

Functions

Generic NDEF Tag
void ndef_msg_init (ndef_msg_t *pNdef, ndef_encode_fn_t encode, ndef_decode_fn_t decode, uint8_t *data, size_t size, void *pUserData)
 Initialize NDEF tag abstraction.

Generic NDEF Tag

typedef struct __ndef_msg ndef_msg_t
typedef nfc_err_t(* ndef_encode_fn_t )(ndef_msg_t *pTag, ac_buffer_builder_t *pBufferBldr, void *pUserData)
 Function called to generate the tag's content on read (target mode)
typedef nfc_err_t(* ndef_decode_fn_t )(ndef_msg_t *pTag, ac_buffer_t *pBuffer, void *pUserData)
 Function called to decode the tag's content on write (target mode) or read (reader mode)
static nfc_err_t ndef_msg_encode (ndef_msg_t *pNdef)
static nfc_err_t ndef_msg_decode (ndef_msg_t *pNdef)
static ac_buffer_builder_t * ndef_msg_buffer_builder (ndef_msg_t *pNdef)

Detailed Description

Copyright (c) ARM Ltd 2013

Author:
Donatien Garnier

Definition in file ndef.h.