TCPIP_DDNS_UpdateForce Function

C

void TCPIP_DDNS_UpdateForce();

Description

This function forces the DDNS Client to execute a full update immediately. Any error message is cleared, and the update will be executed whether the IP address has changed or not. Call this function every time the DDNSClient parameters have been modified.

Preconditions

TCPIP_DDNS_Initialize() must have been called.

Returns

None.