Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_NFC_Example I2C_NFC_Master Print_Entire_Nucleo_NFC01A1_Memory
Fork of lib_NDEF by
LibEmail_Public_Functions
[LibNFC_FORUM]
This file is used to manage Email (stored or loaded in tag) More...
Functions | |
| uint16_t | NDEF_ReadEmail (sRecordInfo *pRecordStruct, sEmailInfo *pEmailStruct) |
| This fonction read NDEF and retrieve Eamil information if any. | |
| uint16_t | NDEF_WriteEmail (sEmailInfo *pEmailStruct) |
| This fonction write the NDEF file with the Email data given in the structure. | |
Detailed Description
This file is used to manage Email (stored or loaded in tag)
Function Documentation
| uint16_t NDEF_ReadEmail | ( | sRecordInfo * | pRecordStruct, |
| sEmailInfo * | pEmailStruct | ||
| ) |
This fonction read NDEF and retrieve Eamil information if any.
- Parameters:
-
pRecordStruct : Pointer on the record structure pEmailStruct : pointer on the structure to fill
- Return values:
-
SUCCESS : Email information from NDEF have been retrieved ERROR : Not able to retrieve Email information
Definition at line 177 of file lib_NDEF_Email.c.
| uint16_t NDEF_WriteEmail | ( | sEmailInfo * | pEmailStruct ) |
This fonction write the NDEF file with the Email data given in the structure.
- Parameters:
-
pEmailStruct : pointer on structure that contain the Email information
- Return values:
-
SUCCESS : the function is succesful ERROR : Not able to store NDEF file inside tag.
Definition at line 223 of file lib_NDEF_Email.c.
Generated on Tue Jul 12 2022 14:05:03 by
1.7.2
