Função Networking_SntpServerConfig_Init
Cabeçalho: #include <applibs/networking.h>
Inicializa um struct Networking_SntpServerConfig com a configuração padrão do servidor SNTP.
void Networking_SntpServerConfig_Init(Networking_SntpServerConfig *sntpServerConfig);
Parâmetros
-
sntpServerConfig
Um ponteiro para o struct Networking_SntpServerConfig que recebe a configuração padrão do servidor SNTP.
Observações
Quando o struct Networking_SntpServerConfig não for mais necessário, a função Networking_SntpServerConfig_Destroy deve ser chamada no struct para evitar vazamentos de recursos.