Networking_SntpServerConfig_Destroy 함수
헤더: #include <applibs/networking.h>
Networking_SntpServerConfig 구조체를 제거합니다.
void Networking_SntpServerConfig_Destroy(Networking_SntpServerConfig *sntpServerConfig);
매개 변수
-
sntpServerConfig
삭제할 Networking_SntpServerConfig 구조체에 대한 포인터입니다.
발언
초기화되지 않은 구조체에서 Networking_SntpServerConfig_Destroy 호출하는 것은 안전하지 않습니다. Networking_SntpServerConfig_Destroy 호출된 후에는 Networking_SntpServerConfig_Init 함수를 사용하여 다시 초기화될 때까지 Networking_SntpServerConfig 구조체를 사용하면 안 됩니다.