EthernetAddressEditor Class |
Namespace: Demo3D.Net.Protocols
public class EthernetAddressEditor : ProtocolAddressPropertyBagEditor
The EthernetAddressEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| EthernetAddressEditor | Initializes a new instance of the EthernetAddressEditor class |
| Name | Description | |
|---|---|---|
| Control |
LLC Control.
| |
| DestAddress |
Ethernet peer address.
| |
| DSAP |
LLC DSAP address.
| |
| LLC |
LLC frames.
| |
| OUI |
LLC SNAP organisation unique id.
| |
| ProtocolId |
Ethernet v2 EtherType or LLC SNAP protocol id.
| |
| SourceAddress |
Ethernet source address.
| |
| SSAP |
LLC SSAP address.
|
| Name | Description | |
|---|---|---|
| GetAddress |
Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides ProtocolAddressPropertyBagEditorGetAddress.) | |
| NextProperty |
Returns the next property that needs to be edited to complete the address.
(Overrides ProtocolAddressPropertyBagEditorNextProperty.) | |
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
(Inherited from ProtocolAddressPropertyBagEditor.) | |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
(Inherited from ProtocolAddressPropertyBagEditor.) | |
| SetAddress |
Sets this configuration object properties from the ProtocolAddress given.
(Overrides ProtocolAddressPropertyBagEditorSetAddress(ProtocolAddress).) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.) |