Click or drag to resize

EthernetPacketInformation Class

Ethernet packet information.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsEthernetPacketInformation

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class EthernetPacketInformation

The EthernetPacketInformation type exposes the following members.

Constructors
  NameDescription
Public methodEthernetPacketInformation
Constructs a new EthernetPacketID.
Top
Properties
  NameDescription
Public propertyCard
The ethernet card.
Public propertyPacketLength
The length of the packet on the wire.
Public propertyTime
Capture time.
Top
See Also