次の方法で共有


Networking_SntpServerConfig_Init関数

ヘッダー: applibs </networking.h #include>

既定の SNTP サーバー構成を使用して、 Networking_SntpServerConfig 構造体を初期化します。

void Networking_SntpServerConfig_Init(Networking_SntpServerConfig *sntpServerConfig);

パラメーター

  • sntpServerConfig 既定の SNTP サーバー構成を受け取るNetworking_SntpServerConfig構造体へのポインター。

発言

Networking_SntpServerConfig構造体が不要になった場合は、リソース リークを回避するために、 構造体で Networking_SntpServerConfig_Destroy 関数を呼び出す必要があります。

概念とサンプル