共用方式為


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函數 ,以避免資源洩漏。

概念和範例