Struct QueuedSendMessage
Structure used to store a message waiting to be sent on a INetworkInterface.
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct QueuedSendMessage
Fields
| Name | Description |
|---|---|
| Data | Content of the message. |
| DataLength | Length of the message's content. |
| Dest | Destination endpoint for the message. |