NetId Structure |
[This is preliminary documentation and is subject to change.]
Namespace: MLAPI.Transports.UNET
The NetId type exposes the following members.
| Name | Description | |
|---|---|---|
| NetId(UInt32) |
Initializes a new instance of the netId struct from a clientId
| |
| NetId(Byte, UInt16, Boolean) |
Initializes a new instance of the netId struct from transport values
|
| Name | Description | |
|---|---|---|
| Equals |
Checks if two NetId's are equal
(Overrides ValueTypeEquals(Object).) | |
| GetClientId |
Gets the clientId.
| |
| GetHashCode |
Returns a hash code for the instance
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| IsServer |
Returns wheter or not the clientId represents a -1
| |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Equality |
Checks if two NetId's are equal
| |
| Inequality |
Checks if two NetId's are not equal
|
| Name | Description | |
|---|---|---|
| ConnectionId |
The connectionId this client is assigned
| |
| HostId |
The hostId this client is on
| |
| Meta |
Meta data about hte client
|