ST Americas mbed Team / lib_NFC_NDEF

Dependents:   Nucleo_NFC_Example I2C_NFC_Master Print_Entire_Nucleo_NFC01A1_Memory

Fork of lib_NDEF by Enrico Gregoratto

Embed: (wiki syntax)

« Back to documentation index

LibAAR_Public_Functions

LibAAR_Public_Functions
[LibNFC_FORUM]

This file is used to manage AAR (stored or loaded in tag) More...

Functions

uint16_t NDEF_AddAAR (sAARInfo *pAARStruct)
 This fonction add AAR (Android Application Record) in the tag.

Detailed Description

This file is used to manage AAR (stored or loaded in tag)


Function Documentation

uint16_t NDEF_AddAAR ( sAARInfo *  pAARStruct )

This fonction add AAR (Android Application Record) in the tag.

Parameters:
pAARStruct: pointer on structure that contain AAR information
Return values:
SUCCESS: AAR added
ERROR: Not able to add AAR

Definition at line 68 of file lib_NDEF_AAR.c.