The CogEthernetPortSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogChangedEventBase.) | |
| DefaultGateway |
Gets or sets the default gateway of the Ethernet port.
Attempts to set this property are ignored when DHCPEnable is true. | |
| DHCPEnable |
Gets or sets whether DHCP is enabled for the Ethernet port.
| |
| DomainName |
Gets or sets the domain name.
| |
| HostName |
Gets or sets the host name.
| |
| IPAddress |
Gets or sets the IP address of the Ethernet port.
Attempts to set this property are ignored when DHCPEnable is true. | |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogChangedEventBase.) | |
| SubnetMask |
Gets or sets the subnet mask of the Ethernet port.
Attempts to set this property are ignored when DHCPEnable is true. |
See Also