IPRoutingInfoGetIPRoutingInfo Method |
Get the IPRoutingInfo from a packet.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static IPRoutingInfo? GetIPRoutingInfo(
IPacketIO packet
)
Parameters
- packet
- Type: Demo3D.IOIPacketIO
The received packet.
Return Value
Type:
IPRoutingInfoThe packet IPRoutingInfo.
See Also