Enumerazione Networking_NtpOptionNetworking_NtpOption Enum
Intestazione: #include <applibs/networking.h>Header: #include <applibs/networking.h>
Opzione per abilitare o disabilitare il server NTP predefinito da utilizzare come fallback.An option to enable or disable the default NTP server to use as a fallback.
typedef enum Networking_NtpOption {
Networking_NtpOption_FallbackServerDisabled = 0,
Networking_NtpOption_FallbackServerEnabled = 1,
} Networking_NtpOption;
ValoriValues
Networking_NtpOption_FallbackServerDisabledNetworking_NtpOption_FallbackServerDisabled
Disabilitare il server NTP predefinito.Disable the default NTP server.
Networking_NtpOption_FallbackServerEnabledNetworking_NtpOption_FallbackServerEnabled
Abilitare il server NTP predefinito insieme a un server NTP personalizzato o automatico.Enable the default NTP server along with a custom or automatic NTP server.
CommentiRemarks
Questa enumerazione viene utilizzata dalla funzione Networking_TimeSync_EnableCustomNtp .This enum is used by the Networking_TimeSync_EnableCustomNtp function.