Rebex Time for .NET

NtpMode Enumeration

NTP modes (non-reserved only) used by NtpPacket.

public enum NtpMode

Members

Member Name Description
SymmetricActive Symmetric active NTP server mode. This component never operates in this mode - it is included for completeness only.
SymmetricPassive Symmetric passive NTP server mode. This component never operates in this mode - it is included for completeness only.
Client NTP/SNTP client mode. NTP packets sent by this component have this mode.
Server NTP/SNTP server mode. NTP packets received by this component have this mode.
Broadcast Broadcast mode. This component never operates in this mode - it is included for completeness only.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Time (in Rebex.Net.Time.dll)

See Also

Rebex.Net Namespace