Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NtpServerStatus

Index

Enumeration members

NTP_COMBINED = "combined"

NTP client uses this server to calculate time.

NTP_ERROR = "error"

This server is reachable but provides erroneous time.

NTP_NOT_COMBINED = "not_combined"

This server is reachable but not used.

NTP_SYNCED = "synced"

NTP client is connected to this server.

NTP_UNKNOWN = "unknown"

Failed to parse NTP server status, indicating erroneous data.

NTP_UNREACHABLE = "unreachable"

This server is not reachable.

NTP_VARIABLE = "variable"

This server is reachable but time it provides is too variable.

Generated using TypeDoc