IS_5GNSA_OPTION3_PRESENT macro (wwan.h)
The IS_5GNSA_OPTION3_PRESENT macro determines whether a mobile broadband (MBB) device is registered in a 5G NSA (Option 3) network.
Syntax
void IS_5GNSA_OPTION3_PRESENT(
dataClass,
dataSubclass
);
Parameters
dataClass
A bitmap that represents the data class(es) that the device supports. For a detailed list of values, see the WwanDataClass member of WWAN_DEVICE_CAPS. The WWAN_DATA_CLASS_5G bit must be set if 5G NSA data service is supported.
dataSubclass
A bitmap that represents the data subclass(es) that the device supports. For a detailed list of values, see the dataSubclass member of IS_5G_5GC_PRESENT. 5G NSA data service is supported if the WWAN_DATA_SUBCLASS_5G_ENDC bit is set.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wwan.h |