Click or drag to resize

EthernetPacketRoutingInfo Class

Ethernet packet routing information.
Inheritance Hierarchy
SystemObject
  RoutingInfo
    Demo3D.Net.ProtocolsEthernetPacketRoutingInfo

Namespace: Demo3D.Net.Protocols
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public class EthernetPacketRoutingInfo : RoutingInfo

The EthernetPacketRoutingInfo type exposes the following members.

Constructors
 NameDescription
Public methodEthernetPacketRoutingInfo Constructs a new EthernetPacketID.
Top
Properties
 NameDescription
Public propertyDestAddress The packet destination address.
Public propertyHeader Ethernet header.
Public propertySourceAddress The packet source address.
Public propertyString A printable string description.
(Overrides RoutingInfo.String)
Top
See Also