Click or drag to resize

EthernetAddressEditor Class

Address editor for the Ethernet protocol.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.NetProtocolAddressPropertyBagEditor
      Demo3D.Net.ProtocolsEthernetAddressEditor

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

The EthernetAddressEditor type exposes the following members.

Constructors
  NameDescription
Public methodEthernetAddressEditor
Initializes a new instance of the EthernetAddressEditor class
Top
Properties
  NameDescription
Public propertyControl
LLC Control.
Public propertyDestAddress
Ethernet peer address.
Public propertyDSAP
LLC DSAP address.
Public propertyLLC
LLC frames.
Public propertyOUI
LLC SNAP organisation unique id.
Public propertyProtocolId
Ethernet v2 EtherType or LLC SNAP protocol id.
Public propertySourceAddress
Ethernet source address.
Public propertySSAP
LLC SSAP address.
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.)
Top
See Also