funkce Networking_SntpServerConfig_Destroy
Hlavička: #include <applibs/networking.h>
Zničí Networking_SntpServerConfig strukturu.
void Networking_SntpServerConfig_Destroy(Networking_SntpServerConfig *sntpServerConfig);
Parametry
-
sntpServerConfig
Ukazatel na Networking_SntpServerConfig strukturu, která se má zničit.
Poznámky
Volání Networking_SntpServerConfig_Destroy u struktury, která nebyla inicializována, není bezpečné. Po zavolání Networking_SntpServerConfig_Destroy se struktura Networking_SntpServerConfig nesmí použít, dokud není znovu inicializována pomocí funkce Networking_SntpServerConfig_Init .