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()