Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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ů.