docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateInterfaceEndPoint

    CreateInterfaceEndPoint(NetworkEndPoint, out NetworkInterfaceEndPoint)

    Converts a generic NetworkEndPoint to its NetworkInterfaceEndPoint version for the BaselibNetworkInterface.

    Declaration
    public int CreateInterfaceEndPoint(NetworkEndPoint address, out NetworkInterfaceEndPoint endpoint)
    Parameters
    Type Name Description
    NetworkEndPoint address

    The NetworkEndPoint endpoint to convert.

    NetworkInterfaceEndPoint endpoint

    The new NetworkInterfaceEndPoint.

    Returns
    Type Description
    int

    returns 0 on success and sets the converted endpoint value

    Implements
    INetworkInterface.CreateInterfaceEndPoint(NetworkEndPoint, out NetworkInterfaceEndPoint)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)