Struct InboundSendBuffer
Buffer passed to the Send
method of a pipeline stage. This type is only useful if
implementing a custom INetworkPipelineStage.
Inherited Members
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()