// wwan.h
typedef enum _WWAN_CONTEXT_LTE_ATTACH_STATE {
WwanContextLteAttachStateDetached,
WwanContextLteAttachStateAttached,
WwanContextLteAttachStateMaximum
} WWAN_CONTEXT_LTE_ATTACH_STATE, *PWWAN_CONTEXT_LTE_ATTACH_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_CONTEXT_LTE_ATTACH_STATE enumeration indicates whether a mobile broadband (MBB) device is currently attached to an LTE network or not.
WwanContextLteAttachStateDetachedThe device is not attached to an LTE network.
WwanContextLteAttachStateAttachedThe device is attached to an LTE network.
WwanContextLteAttachStateMaximumThe maximum value for this enumeration.
This enumeration is used in the WWAN_LTE_ATTACH_STATUS structure.