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
LibSMS_Private_Functions
[LibNFC_FORUM]
Functions | |
| static void | NDEF_FillSMSStruct (uint8_t *pPayload, uint32_t PayloadSize, sSMSInfo *pSMSStruct) |
| This fonction fill SMS structure with information of NDEF message. | |
| static void | NDEF_ReadURI_SMS (sRecordInfo *pRecordStruct, sSMSInfo *pSMSStruct) |
| This fonction read the SMS and store data in a structure. | |
Function Documentation
| static void NDEF_FillSMSStruct | ( | uint8_t * | pPayload, |
| uint32_t | PayloadSize, | ||
| sSMSInfo * | pSMSStruct | ||
| ) | [static] |
This fonction fill SMS structure with information of NDEF message.
- Parameters:
-
pPayload : pointer on the payload data of the NDEF message PayloadSize : number of data in the payload pSMSStruct : pointer on the structure to fill
- Return values:
-
NONE
Definition at line 64 of file lib_NDEF_SMS.c.
| static void NDEF_ReadURI_SMS | ( | sRecordInfo * | pRecordStruct, |
| sSMSInfo * | pSMSStruct | ||
| ) | [static] |
This fonction read the SMS and store data in a structure.
- Parameters:
-
pRecordStruct : Pointer on the record structure pSMSStruct : pointer on the structure to fill
- Return values:
-
NONE
Definition at line 123 of file lib_NDEF_SMS.c.
Generated on Tue Jul 12 2022 14:05:03 by
1.7.2
