WWAN_LTE_ATTACH_STATUS structure (wwan.h)
The WWAN_LTE_ATTACH_STATUS structure describes the last used default LTE attach context for a mobile broadband (MBB) modem.
Syntax
typedef struct _WWAN_LTE_ATTACH_STATUS {
WWAN_CONTEXT_LTE_ATTACH_STATE LteAttachState;
WWAN_IP_TYPE IPType;
WWAN_CONTEXT basicInfo;
ULONG NetworkError;
} WWAN_LTE_ATTACH_STATUS, *PWWAN_LTE_ATTACH_STATUS;
Members
LteAttachState
A WWAN_CONTEXT_LTE_ATTACH_STATE value that indicates whether the device is currently attach to an LTE network or not.
IPType
A WWAN_IP_TYPE value that specifies the supported IP types for the default LTE attach context.
basicInfo
A WWAN_CONTEXT structure that represents the basic information for the default LTE attach context.
NetworkError
Remarks
This structure is used in the NDIS_WWAN_LTE_ATTACH_STATUS structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |