docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkSendInterface.EndSendMessageDelegate

    Invoked from the lower level library at the end of the message sending routine.

    Namespace: Unity.Networking.Transport
    Syntax
    public delegate int EndSendMessageDelegate(ref NetworkInterfaceSendHandle handle, ref NetworkInterfaceEndPoint address, IntPtr userData, ref NetworkSendQueueHandle sendQueue);
    Parameters
    Type Name Description
    NetworkInterfaceSendHandle handle
    NetworkInterfaceEndPoint address
    IntPtr userData
    NetworkSendQueueHandle sendQueue
    Returns
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023