Delegate NetworkPipelineStage.ReceiveDelegate
The receive delegate
Namespace: Unity.Networking.Transport
Syntax
public delegate void ReceiveDelegate(ref NetworkPipelineContext ctx, ref InboundRecvBuffer inboundBuffer, ref NetworkPipelineStage.Requests requests, int systemHeadersSize);
Parameters
Type | Name | Description |
---|---|---|
NetworkPipelineContext | ctx | |
InboundRecvBuffer | inboundBuffer | |
NetworkPipelineStage.Requests | requests | |
Int32 | systemHeadersSize |