ComponentPro UltimateNetkit

      NtpMode Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Ntp modes used by NtpMessage.

      Syntax

      public enum NtpMode

      Members

      NameDescription
      BroadcastBroadcast mode. This component never operates in this mode - it is included for completeness only.
      ClientSntp/Ntp client mode. Ntp Messages sent by this component have this mode.
      ServerSntp/Ntp server mode. Ntp Messages received by this component have this mode.
      SymmetricActiveSymmetric active Ntp server mode. This component never operates in this mode - it is included for completeness only.
      SymmetricPassiveSymmetric passive Ntp server mode. This component never operates in this mode - it is included for completeness only.
      NoneNot used value.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Time.CF (in ComponentPro.Time.CF.dll)

      .NET Framework.NET Framework

      Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
      Assembly: ComponentPro.Time (in ComponentPro.Time.dll)

      Xamarin AndroidXamarin Android

      Supported version: 2.3 and later
      Assembly: ComponentPro.Time.Android (in ComponentPro.Time.Android.dll)

      Xamarin iOSXamarin iOS

      Supported version: 5.1.x and later
      Assembly: ComponentPro.Time.iOS (in ComponentPro.Time.iOS.dll)

      See Also