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