EthernetPacketInformation Constructor |
Constructs a new EthernetPacketID.
Namespace: Demo3D.Net.ProtocolsAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic 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