Click or drag to resize

EthernetPacketInformation Constructor

Constructs a new EthernetPacketID.

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

Parameters

time  DateTime
The time the packet arrived at the network card.
packetLength  UInt32
The length of the packet on the network.
card  NetworkCard
The network card that received the packet.
See Also