Struct NetworkSendInterface | Unity Transport | 0.3.1-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct NetworkSendInterface

    Namespace: Unity.Networking.Transport
    Syntax
    public struct NetworkSendInterface

    Fields

    AbortSendMessage

    Declaration
    public TransportFunctionPointer<NetworkSendInterface.AbortSendMessageDelegate> AbortSendMessage
    Field Value
    Type Description
    TransportFunctionPointer<NetworkSendInterface.AbortSendMessageDelegate>

    BeginSendMessage

    Declaration
    public TransportFunctionPointer<NetworkSendInterface.BeginSendMessageDelegate> BeginSendMessage
    Field Value
    Type Description
    TransportFunctionPointer<NetworkSendInterface.BeginSendMessageDelegate>

    EndSendMessage

    Declaration
    public TransportFunctionPointer<NetworkSendInterface.EndSendMessageDelegate> EndSendMessage
    Field Value
    Type Description
    TransportFunctionPointer<NetworkSendInterface.EndSendMessageDelegate>

    UserData

    Declaration
    public IntPtr UserData
    Field Value
    Type Description
    IntPtr
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX