A UDP packet reader.
Inheritance HierarchySystemObject
Demo3D.Net.ProtocolsUdpPacketReader
Namespace:
Demo3D.Net.Protocols
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic class UdpPacketReader : IDisposable
The UdpPacketReader type exposes the following members.
Constructors
Properties|
| Name | Description |
|---|
 | Data |
The packet data.
|
 | EndPoint |
The remote endpoint that sent the packet.
|
Top
Methods|
| Name | Description |
|---|
 | Dispose |
Releases any resources associated with the packet.
|
Top
See Also