Fork for the GitHub

Embed: (wiki syntax)

« Back to documentation index

LibEmail_Private_Functions

LibEmail_Private_Functions
[LibNFC_FORUM]

Functions

static void NDEF_FillEmailStruct (uint8_t *pPayload, uint32_t PayloadSize, sEmailInfo *pEmailStruct)
 This function fill Email structure with information of NDEF message.
static void NDEF_ReadURI_Email (sRecordInfo_t *pRecordStruct, sEmailInfo *pEmailStruct)
 This function read the Email and store data in a structure.

Function Documentation

static void NDEF_FillEmailStruct ( uint8_t *  pPayload,
uint32_t  PayloadSize,
sEmailInfo *  pEmailStruct 
) [static]

This function fill Email structure with information of NDEF message.

Parameters:
pPayload: pointer on the payload data of the NDEF message
PayloadSize: number of data in the payload
pEmailStruct: pointer on the structure to fill
Return values:
NONE

Definition at line 68 of file lib_NDEF_Email.cpp.

static void NDEF_ReadURI_Email ( sRecordInfo_t *  pRecordStruct,
sEmailInfo *  pEmailStruct 
) [static]

This function read the Email and store data in a structure.

Parameters:
pRecordStruct: Pointer on the record structure.
pEmailStruct: pointer on the structure to fill.

Definition at line 173 of file lib_NDEF_Email.cpp.