Struct NetworkInterfaceEndPoint
Representation of an endpoint, to be used internally by INetwork
Implements
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct NetworkInterfaceEndPoint : IEquatable<NetworkInterfaceEndPoint>
Fields
Name | Description |
---|---|
data | Raw representation of the interface endpoint. |
data |
Actual length of the interface endpoint's raw representation. |
k_Max |
Maximum length of the interface endpoint's raw representation. |
Properties
Name | Description |
---|---|
Is |
Whether the interface endpoint is valid or not. |
Methods
Name | Description |
---|---|
Equals(object) | Indicates whether this instance and a specified object are equal. |
Equals(Network |
Indicates whether the current object is equal to another object of the same type. |
Get |
Returns the hash code for this instance. |
To |
Returns the Network |
To |
Returns the Network |