Sdílet prostřednictvím


Networking_SntpServerConfig_Init funkce

Hlavička: #include <applibs/networking.h>

Inicializuje strukturu Networking_SntpServerConfig s výchozí konfigurací serveru SNTP.

void Networking_SntpServerConfig_Init(Networking_SntpServerConfig *sntpServerConfig);

Parametry

  • sntpServerConfig Ukazatel na strukturu Networking_SntpServerConfig, která přijímá výchozí konfiguraci serveru SNTP.

Poznámky

Pokud už Networking_SntpServerConfig struktura není potřeba, musí být ve struktuře volána funkce Networking_SntpServerConfig_Destroy , aby nedošlo k úniku prostředků.

Koncepty a ukázky