C
void DDNSInit();
Description
This function initializes the Dynamic DNS client. It clears the DDNSClient pointers structure, and tells the module to attempt the first update after 15 seconds have elapsed (so as to allow the DHCP configuration to stabalize).
Preconditions
None
Returns
None
Remarks
This function is called only one during lifetime of the application.