Represents an envelope for sending network packets in the Fusion.Sockets namespace. More...
Public Attributes | |
double | SendTime |
Gets or sets the time the packet was sent. More... | |
ushort | Sequence |
Gets or sets the sequence number of the packet. More... | |
void * | UserData |
Gets or sets the user data associated with the envelope. More... | |
Represents an envelope for sending network packets in the Fusion.Sockets namespace.
double SendTime |
Gets or sets the time the packet was sent.
ushort Sequence |
Gets or sets the sequence number of the packet.
void* UserData |
Gets or sets the user data associated with the envelope.