UdpPacketArgs Constructor (UdpPacketReader, DateTime) |
Creates a PacketChangedEventArgs with the recorded time of the event.
Namespace:
Demo3D.Net.Protocols
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic UdpPacketArgs(
UdpPacketReader packet,
DateTime time
)
Parameters
- packet
- Type: Demo3D.Net.ProtocolsUdpPacketReader
The UDP packet received. - time
- Type: SystemDateTime
The recorded time of the event.
See Also