Networking_SntpServerConfig_Destroy Function
Header: #include <applibs/networking.h>
Destroys a Networking_SntpServerConfig struct.
void Networking_SntpServerConfig_Destroy(Networking_SntpServerConfig *sntpServerConfig);
Parameters
sntpServerConfig
A pointer to the Networking_SntpServerConfig struct to destroy.
Remarks
It's unsafe to call Networking_SntpServerConfig_Destroy on a struct that hasn't been initialized. After Networking_SntpServerConfig_Destroy is called, the Networking_SntpServerConfig struct must not be used until it is re-initialized with the Networking_SntpServerConfig_Init function.