Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ROUTER_CONNECTION_STATE type enumerates the possible states of an interface on a router.
Syntax
typedef enum _ROUTER_CONNECTION_STATE {
ROUTER_IF_STATE_UNREACHABLE,
ROUTER_IF_STATE_DISCONNECTED,
ROUTER_IF_STATE_CONNECTING,
ROUTER_IF_STATE_CONNECTED
} ROUTER_CONNECTION_STATE;
Constants
ROUTER_IF_STATE_UNREACHABLEThe interface is unreachable. For a list of possible reasons, see Unreachability Reasons. |
ROUTER_IF_STATE_DISCONNECTEDThe interface is reachable but disconnected. |
ROUTER_IF_STATE_CONNECTINGThe interface is in the process of connecting. |
ROUTER_IF_STATE_CONNECTEDThe interface is connected. |
Remarks
These states are sometimes referred to as operational states.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mprapi.h |