My Project
Loading...
Searching...
No Matches
Classes | Enumerations
LiteNetLib.Utils Namespace Reference

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...
 

Enumeration Type Documentation

◆ NtpLeapIndicator

Represents leap second warning from the server that instructs the client to add or remove leap second.

See also
NtpPacket.LeapIndicator
Enumerator
NoWarning 

No leap second warning. No action required.

LastMinuteHas61Seconds 

Warns the client that the last minute of the current day has 61 seconds.

LastMinuteHas59Seconds 

Warns the client that the last minute of the current day has 59 seconds.

AlarmCondition 

Special value indicating that the server clock is unsynchronized and the returned time is unreliable.

◆ NtpMode

Describes SNTP packet mode, i.e. client or server.

See also
NtpPacket.Mode
Enumerator
Client 

Identifies client-to-server SNTP packet.

Server 

Identifies server-to-client SNTP packet.