Click or drag to resize

IPRoutingInfoGetIPRoutingInfo Method

Get the IPRoutingInfo from a packet.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static IPRoutingInfo? GetIPRoutingInfo(
	IPacketIO packet
)

Parameters

packet
Type: Demo3D.IOIPacketIO
The received packet.

Return Value

Type: IPRoutingInfo
The packet IPRoutingInfo.
See Also