Networking_SntpServerConfig_Init函数
标头: #include <applibs/networking.h>
使用默认 SNTP 服务器配置初始化 Networking_SntpServerConfig 结构。
void Networking_SntpServerConfig_Init(Networking_SntpServerConfig *sntpServerConfig);
参数
-
sntpServerConfig
指向接收默认 SNTP 服务器配置的Networking_SntpServerConfig结构的指针。
言论
当不再需要Networking_SntpServerConfig结构时,必须在结构上调用 Networking_SntpServerConfig_Destroy 函数,以避免资源泄漏。