Struct ReceiveJobArguments
Arguments used by receive jobs.
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: Unity.Networking.Transport.dll
Syntax
public struct ReceiveJobArgumentsFields
ReceiveQueue
A queue containing all the packets to be received.
Declaration
public PacketsQueue ReceiveQueueField Value
| Type | Description | 
|---|---|
| PacketsQueue | Queue of packets. | 
ReceiveResult
The result of the receive operation.
Declaration
public OperationResult ReceiveResultField Value
| Type | Description | 
|---|---|
| OperationResult | Result of the receive operation. | 
Time
The current update time value.
Declaration
public long TimeField Value
| Type | Description | 
|---|---|
| long | Timestamp in milliseconds. |