Struct NullPipelineStageCollection | Unity Transport | 0.2.4-preview.0
docs.unity3d.com
    Show / Hide Table of Contents

    Struct NullPipelineStageCollection

    Namespace: Unity.Networking.Transport
    Syntax
    public struct NullPipelineStageCollection : INetworkPipelineStageCollection

    Methods

    GetHeaderCapacity(Int32)

    Declaration
    public int GetHeaderCapacity(int pipelineStageId)
    Parameters
    Type Name Description
    Int32 pipelineStageId
    Returns
    Type Description
    Int32
    Implements
    INetworkPipelineStageCollection.GetHeaderCapacity(Int32)

    GetReceiveCapacity(Int32)

    Declaration
    public int GetReceiveCapacity(int pipelineStageId)
    Parameters
    Type Name Description
    Int32 pipelineStageId
    Returns
    Type Description
    Int32
    Implements
    INetworkPipelineStageCollection.GetReceiveCapacity(Int32)

    GetSendCapacity(Int32)

    Declaration
    public int GetSendCapacity(int pipelineStageId)
    Parameters
    Type Name Description
    Int32 pipelineStageId
    Returns
    Type Description
    Int32
    Implements
    INetworkPipelineStageCollection.GetSendCapacity(Int32)

    GetSharedStateCapacity(Int32)

    Declaration
    public int GetSharedStateCapacity(int pipelineStageId)
    Parameters
    Type Name Description
    Int32 pipelineStageId
    Returns
    Type Description
    Int32
    Implements
    INetworkPipelineStageCollection.GetSharedStateCapacity(Int32)

    GetStageId(Type)

    Declaration
    public int GetStageId(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Int32
    Implements
    INetworkPipelineStageCollection.GetStageId(Type)

    Initialize(INetworkParameter[])

    Declaration
    public void Initialize(params INetworkParameter[] param)
    Parameters
    Type Name Description
    INetworkParameter[] param
    Implements
    INetworkPipelineStageCollection.Initialize(INetworkParameter[])

    InvokeInitialize(Int32, NativeSlice<Byte>, NativeSlice<Byte>, NativeSlice<Byte>)

    Declaration
    public void InvokeInitialize(int pipelineStageId, NativeSlice<byte> sendProcessBuffer, NativeSlice<byte> recvProcessBuffer, NativeSlice<byte> sharedStateBuffer)
    Parameters
    Type Name Description
    Int32 pipelineStageId
    NativeSlice<Byte> sendProcessBuffer
    NativeSlice<Byte> recvProcessBuffer
    NativeSlice<Byte> sharedStateBuffer
    Implements
    INetworkPipelineStageCollection.InvokeInitialize(Int32, NativeSlice<Byte>, NativeSlice<Byte>, NativeSlice<Byte>)

    InvokeReceive(Int32, NetworkPipelineContext, NativeSlice<Byte>, ref Boolean, ref Boolean, ref Boolean)

    Declaration
    public NativeSlice<byte> InvokeReceive(int pipelineStageId, NetworkPipelineContext ctx, NativeSlice<byte> inboundBuffer, ref bool needsResume, ref bool needsUpdate, ref bool needsSendUpdate)
    Parameters
    Type Name Description
    Int32 pipelineStageId
    NetworkPipelineContext ctx
    NativeSlice<Byte> inboundBuffer
    Boolean needsResume
    Boolean needsUpdate
    Boolean needsSendUpdate
    Returns
    Type Description
    NativeSlice<Byte>
    Implements
    INetworkPipelineStageCollection.InvokeReceive(Int32, NetworkPipelineContext, NativeSlice<Byte>, ref Boolean, ref Boolean, ref Boolean)

    InvokeSend(Int32, NetworkPipelineContext, InboundBufferVec, ref Boolean, ref Boolean)

    Declaration
    public InboundBufferVec InvokeSend(int pipelineStageId, NetworkPipelineContext ctx, InboundBufferVec inboundBuffer, ref bool needsResume, ref bool needsUpdate)
    Parameters
    Type Name Description
    Int32 pipelineStageId
    NetworkPipelineContext ctx
    InboundBufferVec inboundBuffer
    Boolean needsResume
    Boolean needsUpdate
    Returns
    Type Description
    InboundBufferVec
    Implements
    INetworkPipelineStageCollection.InvokeSend(Int32, NetworkPipelineContext, InboundBufferVec, ref Boolean, ref 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