MessageEventArgsMessageType Class |
Namespace: Demo3D.Net
public class MessageEventArgs<MessageType> : NotifyDataChangedEventArgs
The MessageEventArgsMessageType type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageEventArgsMessageType |
Creates MessageEventArgs.
|
| Name | Description | |
|---|---|---|
| TryGetPacket |
Gets the message received from the network that caused this event to be raised.
Returns null if the message has already been read from the socket.
| |
| TryPeekPacket |
Gets the message received from the network that caused this event to be raised.
Returns null if the message has already been read from the socket.
|