WWAN_CONTEXT_LTE_ATTACH_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_context_lte_attach_state)

_WWAN_CONTEXT_LTE_ATTACH_STATE enumeration

Description

The WWAN_CONTEXT_LTE_ATTACH_STATE enumeration indicates whether a mobile broadband (MBB) device is currently attached to an LTE network or not.

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.

See also

MB LTE Attach Operations

WWAN_LTE_ATTACH_STATUS