NetConnectionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of the network adapter connection to the network
public enum class NetConnectionStatus
public enum class NetConnectionStatus
enum NetConnectionStatus
public enum NetConnectionStatus
type NetConnectionStatus =
Public Enum NetConnectionStatus
- Inheritance
-
NetConnectionStatus
Fields
Name | Value | Description |
---|---|---|
Disconnected | 0 | Adapter is disconnected |
Connecting | 1 | Adapter is connecting |
Connected | 2 | Adapter is connected |
Disconnecting | 3 | Adapter is disconnecting |
HardwareNotPresent | 4 | Adapter hardware is not present |
HardwareDisabled | 5 | Adapter hardware is disabled |
HardwareMalfunction | 6 | Adapter has a hardware malfunction |
MediaDisconnected | 7 | Media is disconnected |
Authenticating | 8 | Adapter is authenticating |
AuthenticationSucceeded | 9 | Authentication has succeeded |
AuthenticationFailed | 10 | Authentication has failed |
InvalidAddress | 11 | Address is invalid |
CredentialsRequired | 12 | Credentials are required |
Other | 13 | Other unspecified state |