docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct InboundSendBuffer

    The inbound send buffer

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public struct InboundSendBuffer

    Fields

    buffer

    The buffer

    Declaration
    public byte* buffer
    Field Value
    Type Description
    byte*

    bufferLength

    The buffer length

    Declaration
    public int bufferLength
    Field Value
    Type Description
    int

    bufferWithHeaders

    The buffer with headers

    Declaration
    public byte* bufferWithHeaders
    Field Value
    Type Description
    byte*

    bufferWithHeadersLength

    The buffer with headers length

    Declaration
    public int bufferWithHeadersLength
    Field Value
    Type Description
    int

    headerPadding

    The header padding

    Declaration
    public int headerPadding
    Field Value
    Type Description
    int

    Methods

    SetBufferFrombufferWithHeaders()

    Sets the buffer frombuffer with headers

    Declaration
    public void SetBufferFrombufferWithHeaders()
    In This Article
    Back to top
    Copyright © 2025 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)