Função Networking_SntpServerConfig_Destroy
Cabeçalho: #include <applibs/networking.h>
Destrói um struct Networking_SntpServerConfig .
void Networking_SntpServerConfig_Destroy(Networking_SntpServerConfig *sntpServerConfig);
Parâmetros
-
sntpServerConfig
Um ponteiro para o Networking_SntpServerConfig struct a ser destruído.
Observações
Não é seguro chamar Networking_SntpServerConfig_Destroy em um struct que não foi inicializado. Depois que Networking_SntpServerConfig_Destroy for chamado, o struct Networking_SntpServerConfig não deve ser usado até que seja inicializado novamente com a função Networking_SntpServerConfig_Init .