In The Hand LtdIn The Hand
OperationalStatus Enumeration
NamespacesInTheHand.Net.NetworkInformationOperationalStatus
.NET Components for Mobility
Specifies the operational state of a network interface.
Declaration Syntax
C#Visual Basic
public enum OperationalStatus
Public Enumeration OperationalStatus
Members
MemberDescription
Up
The network interface is up; it can transmit data packets.

Down
The network interface is unable to transmit data packets.

Testing
The network interface is running tests.

Unknown
The network interface status is not known.

Dormant
The network interface is not in a condition to transmit data packets; it is waiting for an external event.

NotPresent
The network interface is unable to transmit data packets because of a missing component, typically a hardware component.

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.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0