Struct TestPipelineWithInitializersTwo
  
Syntax
public struct TestPipelineWithInitializersTwo : INetworkPipelineStage
 
Properties
  
Declaration
public int HeaderCapacity { get; }
 
Property Value
Implements
ReceiveCapacity
Declaration
public int ReceiveCapacity { get; }
 
Property Value
Implements
SendCapacity
Declaration
public int SendCapacity { get; }
 
Property Value
Implements
SharedStateCapacity
Declaration
public int SharedStateCapacity { get; }
 
Property Value
Implements
Methods
  
InitializeConnection(NativeSlice<Byte>, NativeSlice<Byte>, NativeSlice<Byte>)
Declaration
public void InitializeConnection(NativeSlice<byte> sendProcessBuffer, NativeSlice<byte> recvProcessBuffer, NativeSlice<byte> sharedProcessBuffer)
 
Parameters
| Type | Name | Description | 
| NativeSlice<Byte> | sendProcessBuffer |  | 
| NativeSlice<Byte> | recvProcessBuffer |  | 
| NativeSlice<Byte> | sharedProcessBuffer |  | 
Implements
Receive(NetworkPipelineContext, NativeSlice<Byte>, ref Boolean, ref Boolean, ref Boolean)
Declaration
public NativeSlice<byte> Receive(NetworkPipelineContext ctx, NativeSlice<byte> inboundBuffer, ref bool needsResume, ref bool needsUpdate, ref bool needsSendUpdate)
 
Parameters
Returns
| Type | Description | 
| NativeSlice<Byte> |  | 
Implements
Send(NetworkPipelineContext, InboundBufferVec, ref Boolean, ref Boolean)
Declaration
public InboundBufferVec Send(NetworkPipelineContext ctx, InboundBufferVec inboundBuffer, ref bool needsResume, ref bool needsUpdate)
 
Parameters
Returns
Implements