Fork for the GitHub
LibSMS_Private_Functions
[LibNFC_FORUM]
Functions | |
| static void | NDEF_FillSMSStruct (uint8_t *pPayload, uint32_t PayloadSize, sSMSInfo *pSMSStruct) |
| This function fill SMS structure with information of NDEF message. | |
| static void | NDEF_ReadURI_SMS (sRecordInfo_t *pRecordStruct, sSMSInfo *pSMSStruct) |
| This function 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 function 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.
Definition at line 65 of file lib_NDEF_SMS.cpp.
| static void NDEF_ReadURI_SMS | ( | sRecordInfo_t * | pRecordStruct, |
| sSMSInfo * | pSMSStruct | ||
| ) | [static] |
This function read the SMS and store data in a structure.
- Parameters:
-
pRecordStruct : Pointer on the record structure. pSMSStruct : pointer on the structure to fill.
Definition at line 124 of file lib_NDEF_SMS.cpp.
Generated on Fri Jul 15 2022 10:08:35 by
1.7.2