My Project
|
Classes | |
class | CRC32C |
class | FastBitConverter |
interface | INetSerializable |
class | InvalidTypeException |
class | NetDataReader |
class | NetDataWriter |
class | NetPacketProcessor |
class | NetSerializer |
class | NtpPacket |
Represents RFC4330 SNTP packet used for communication to and from a network time server. More... | |
class | NtpRequest |
class | ParseException |
Enumerations | |
enum | NtpLeapIndicator { NoWarning , LastMinuteHas61Seconds , LastMinuteHas59Seconds , AlarmCondition } |
Represents leap second warning from the server that instructs the client to add or remove leap second. More... | |
enum | NtpMode { Client = 3 , Server = 4 } |
Describes SNTP packet mode, i.e. client or server. More... | |
Represents leap second warning from the server that instructs the client to add or remove leap second.