PacketChangedEventArgs Class |
Namespace: Demo3D.Net
public abstract class PacketChangedEventArgs : NotifyDataChangedEventArgs
The PacketChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PacketChangedEventArgs |
Creates PacketChangedEventArgs with the current time of the event.
| |
| PacketChangedEventArgs(DateTime) |
Creates a PacketChangedEventArgs with the recorded time of the event.
|
| Name | Description | |
|---|---|---|
| Time |
The time of the event (UTC).
(Inherited from NotifyDataChangedEventArgs.) |
| Name | Description | |
|---|---|---|
| GetPacket |
Gets the packet received from the network that caused this event to be raised.
Throws and exception if the packet has already been read from the socket.
| |
| TryGetPacket |
Gets the packet received from the network that caused this event to be raised.
Returns null if the packet has already been read from the socket.
|