Struct NetworkInterfaceEndPoint | Unity Transport | 0.3.1-preview.4
docs.unity3d.com
    Show / Hide Table of Contents

    Struct NetworkInterfaceEndPoint

    Namespace: Unity.Networking.Transport
    Syntax
    public struct NetworkInterfaceEndPoint

    Fields

    data

    Declaration
    public byte *data
    Field Value
    Type Description
    Byte*

    dataLength

    Declaration
    public int dataLength
    Field Value
    Type Description
    Int32

    Properties

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    Object other
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(NetworkInterfaceEndPoint, NetworkInterfaceEndPoint)

    Declaration
    public static bool operator ==(NetworkInterfaceEndPoint lhs, NetworkInterfaceEndPoint rhs)
    Parameters
    Type Name Description
    NetworkInterfaceEndPoint lhs
    NetworkInterfaceEndPoint rhs
    Returns
    Type Description
    Boolean

    Inequality(NetworkInterfaceEndPoint, NetworkInterfaceEndPoint)

    Declaration
    public static bool operator !=(NetworkInterfaceEndPoint lhs, NetworkInterfaceEndPoint rhs)
    Parameters
    Type Name Description
    NetworkInterfaceEndPoint lhs
    NetworkInterfaceEndPoint rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023