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

    Struct InboundSendBuffer

    Namespace: Unity.Networking.Transport
    Syntax
    public struct InboundSendBuffer

    Fields

    buffer

    Declaration
    public byte *buffer
    Field Value
    Type Description
    Byte*

    bufferLength

    Declaration
    public int bufferLength
    Field Value
    Type Description
    Int32

    bufferWithHeaders

    Declaration
    public byte *bufferWithHeaders
    Field Value
    Type Description
    Byte*

    bufferWithHeadersLength

    Declaration
    public int bufferWithHeadersLength
    Field Value
    Type Description
    Int32

    headerPadding

    Declaration
    public int headerPadding
    Field Value
    Type Description
    Int32

    Methods

    SetBufferFrombufferWithHeaders()

    Declaration
    public void SetBufferFrombufferWithHeaders()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX