Contains Informations about the client Connected through the Connection instance.
More...
|
static string | Version [get] |
| Returns The Library Version.
|
|
static int | Version_MAJOR [get] |
| Major Version Number.
|
|
static int | Version_MINOR [get] |
| Minor Version Number.
|
|
static int | Version_PATCH [get] |
| Patch Version Number.
|
|
static string | Version_EXTRA [get] |
| Extra labels ( eg Alpha Beta )
|
|
Guid | UUID [get, set] |
| Unique Identifier for the Client, Must be given by the Server.
|
|
Contains Informations about the client Connected through the Connection instance.
◆ ClientInfo() [1/3]
SNFClient.ClientInfo.ClientInfo |
( |
| ) |
|
Creates a new Client Info with a random UUID.
◆ ClientInfo() [2/3]
SNFClient.ClientInfo.ClientInfo |
( |
Guid | guid | ) |
|
Creates a new ClientInfo instance with a Set UUID.
- Parameters
-
◆ ClientInfo() [3/3]
SNFClient.ClientInfo.ClientInfo |
( |
string | guid | ) |
|
Creates a new ClientInfo instance with a Set UUID.
- Parameters
-
◆ Version
string SNFClient.ClientInfo.Version |
|
staticget |
Returns The Library Version.
It returns a string that is as similair to the Semantic Versioning 2.0.0 Libraries May have Different PATCH Levels
◆ Version_MAJOR
int SNFClient.ClientInfo.Version_MAJOR |
|
staticget |
◆ Version_MINOR
int SNFClient.ClientInfo.Version_MINOR |
|
staticget |
◆ Version_PATCH
int SNFClient.ClientInfo.Version_PATCH |
|
staticget |
◆ Version_EXTRA
string SNFClient.ClientInfo.Version_EXTRA |
|
staticget |
Extra labels ( eg Alpha Beta )
◆ UUID
Guid SNFClient.ClientInfo.UUID |
|
getset |
Unique Identifier for the Client, Must be given by the Server.
The documentation for this class was generated from the following file: