API Documentation
Loading...
Searching...
No Matches
NtpEnums.h File Reference

Go to the source code of this file.

Namespaces

namespace  NDEVR
 

Enumerations

enum  NtpLeapIndicator { NoWarning = 0 , LastMinute61Warning = 1 , LastMinute59Warning = 2 , UnsynchronizedWarning = 3 }
 
enum  NtpMode {
  ReservedMode = 0 , SymmetricActiveMode = 1 , SymmetricPassiveMode = 2 , ClientMode = 3 ,
  ServerMode = 4 , BroadcastMode = 5 , ControlMode = 6 , PrivateMode = 7
}
 
enum  NtpStratum {
  UnspecifiedStratum = 0 , PrimaryStratum = 1 , SecondaryStratumFirst = 2 , SecondaryStratumLast = 15 ,
  UnsynchronizedStratum = 16
}