Click or drag to resize

EthernetPacketInformation Constructor

Constructs a new EthernetPacketID.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public EthernetPacketInformation(
	DateTime time,
	uint packetLength,
	NetworkCard card
)

Parameters

time
Type: SystemDateTime
The time the packet arrived at the network card.
packetLength
Type: SystemUInt32
The length of the packet on the network.
card
Type: Demo3D.IONetworkCard
The network card that received the packet.
See Also