Enum NtpMode
Describes SNTP packet mode, i.e. client or server.
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib.dll
Syntax
public enum NtpMode
Fields
| Name | Description |
|---|---|
| Client | Identifies client-to-server SNTP packet. |
| Server | Identifies server-to-client SNTP packet. |