Struct NetworkInterfaceEndPoint
Syntax
public struct NetworkInterfaceEndPoint : IEquatable<NetworkInterfaceEndPoint>
Fields
data
Raw representation of the interface endpoint.
Declaration
Field Value
dataLength
Actual length of the interface endpoint's raw representation.
Declaration
Field Value
k_MaxLength
Maximum length of the interface endpoint's raw representation.
Declaration
public const int k_MaxLength = null
Field Value
Properties
IsValid
Whether the interface endpoint is valid or not.
Declaration
public readonly bool IsValid { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(NetworkInterfaceEndPoint)
Declaration
public bool Equals(NetworkInterfaceEndPoint other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
ToFixedString()
Declaration
public FixedString64Bytes ToFixedString()
Returns
Type |
Description |
FixedString64Bytes |
|
ToString()
Declaration
public override string ToString()
Returns
Operators
Equality(NetworkInterfaceEndPoint, NetworkInterfaceEndPoint)
Declaration
public static bool operator ==(NetworkInterfaceEndPoint lhs, NetworkInterfaceEndPoint rhs)
Parameters
Returns
Inequality(NetworkInterfaceEndPoint, NetworkInterfaceEndPoint)
Declaration
public static bool operator !=(NetworkInterfaceEndPoint lhs, NetworkInterfaceEndPoint rhs)
Parameters
Returns