WWAN_CONTEXT_LTE_ATTACH_STATE enumeration (wwan.h)
The WWAN_CONTEXT_LTE_ATTACH_STATE enumeration indicates whether a mobile broadband (MBB) device is currently attached to an LTE network or not.
Syntax
typedef enum _WWAN_CONTEXT_LTE_ATTACH_STATE {
WwanContextLteAttachStateDetached,
WwanContextLteAttachStateAttached,
WwanContextLteAttachStateMaximum
} WWAN_CONTEXT_LTE_ATTACH_STATE, *PWWAN_CONTEXT_LTE_ATTACH_STATE;
Constants
WwanContextLteAttachStateDetached The device is not attached to an LTE network. |
WwanContextLteAttachStateAttached The device is attached to an LTE network. |
WwanContextLteAttachStateMaximum The maximum value for this enumeration. |
Remarks
This enumeration is used in the WWAN_LTE_ATTACH_STATUS structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |