PacketChangedEventArgsGetPacket Method |
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.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic PacketReader GetPacket()
Return Value
Type:
PacketReaderThe packet that raised the event.
See Also