Click or drag to resize

EthernetPacketRoutingInfo Class

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

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
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 RoutingInfoString.)
Top
See Also