TCPIP_SNTP_HandlerDeRegister Function

C

bool TCPIP_SNTP_HandlerDeRegister(
    TCPIP_SNTP_HANDLE hSntp
);

Description

This function deregisters the SNTP event handler.

Preconditions

The SNTP module must be initialized.

Parameters

ParametersDescription
hSntpA handle returned by a previous call to TCPIP_SNTP_HandlerRegister.

Returns

  • True - If the call succeeds.

  • False - If no such handler is registered.

Remarks

None.