TCPIP_SNTP_ConnectionInitiate Function

C

TCPIP_SNTP_RESULT TCPIP_SNTP_ConnectionInitiate();

Description

This function will start a connection to the NTP server.

Preconditions

The TCP/IP Stack should have been inititialized.

Returns

  • SNTP_RES_OK - If the call succeeded.

  • SNTP_RES_PROGRESS - If a connection already in progress then another one could not be started.

Remarks

None.