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 结构。