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

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

Syntax

Visual Basic
Public Enumeration NtpMode
C#
public enum NtpMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkSymmetricActive
Symmetric active NTP server mode. This component never operates in this mode - it is included for completeness only.
Supported by the .NET Compact FrameworkSymmetricPassive
Symmetric passive NTP server mode. This component never operates in this mode - it is included for completeness only.
Supported by the .NET Compact FrameworkClient
NTP/SNTP client mode. NTP packets sent by this component have this mode.
Supported by the .NET Compact FrameworkServer
NTP/SNTP server mode. NTP packets received by this component have this mode.
Supported by the .NET Compact FrameworkBroadcast
Broadcast mode. This component never operates in this mode - it is included for completeness only.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also