OpenNETCF Smart Device Framework 2.2
Specifies the operational state of a network interface.

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public enum OperationalStatus
Visual Basic (Declaration)
Public Enumeration OperationalStatus
Visual Basic (Usage)
Dim instance As OperationalStatus
Visual C++
public enum class OperationalStatus
J#
public enum OperationalStatus
JScript
public enum OperationalStatus

Members

Member nameDescription
Dormant
The network interface is not in a condition to transmit data packets; it is waiting for an external event.
Down
The network interface is unable to transmit data packets.
LowerLayerDown
The network interface is unable to transmit data packets because it runs on top of one or more other interfaces, and at least one of these "lower layer" interfaces is down.
NotPresent
The network interface is unable to transmit data packets because of a missing component, typically a hardware component.
Testing
The network interface is running tests.
Unknown
The network interface status is not known.
Up
The network interface is up; it can transmit data packets.

See Also