Fork for the GitHub

Embed: (wiki syntax)

« Back to documentation index

LibSMS_Private_Functions

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.