IS_5GNSA_OPTION3_PRESENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

void IS_5GNSA_OPTION3_PRESENT(
  dataClass,
  dataSubclass
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wwan-is_5gnsa_option3_present)

Description

The IS_5GNSA_OPTION3_PRESENT macro determines whether a mobile broadband (MBB) device is registered in a 5G NSA (Option 3) network.

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.

Remarks

See also

IS_5G_5GC_PRESENT