Dela via


funktionen Networking_SntpServerConfig_Init

Sidhuvud: #include <applibs/networking.h>

Initierar en Networking_SntpServerConfig struct med standardkonfigurationen för SNTP-server.

void Networking_SntpServerConfig_Init(Networking_SntpServerConfig *sntpServerConfig);

Parametrar

  • sntpServerConfig En pekare till den Networking_SntpServerConfig struct som tar emot standardkonfigurationen för SNTP-server.

Anmärkningar

När Networking_SntpServerConfig struct inte längre behövs måste funktionen Networking_SntpServerConfig_Destroy anropas på structen för att undvika resursläckor.

Koncept och exempel