MBB_MBIM_EXTENDED_VERSION enumeration (mbbcx.h)
Warning
Some information in this topic relates to prereleased product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MBBCx is preview only in Windows 10, version 1809.
The MBB_MBIM_EXTENDED_VERSION enumeration defines the version of the extended MBIM (MBIMEx) specification that a client driver and its device support.
Syntax
typedef enum _MBB_MBIM_EXTENDED_VERSION {
MbbMbimExtendedVersion1Dot0,
MbbMbimExtendedVersion2Dot0,
MbbMbimExtendedVersion3Dot0,
MbbMbimExtendedVersion4Dot0,
MbbMbimExtendedVersionMax
} MBB_MBIM_EXTENDED_VERSION;
Constants
MbbMbimExtendedVersion1Dot0 The client driver and device support MBIMEx specification Rev 1.0. |
MbbMbimExtendedVersion2Dot0 The client driver and device support MBIMEx specification Rev 2.0. |
MbbMbimExtendedVersion3Dot0 The client driver and device support MBIMEx specification Rev 3.0. |
MbbMbimExtendedVersion4Dot0 The client driver and device support MBIMEx specification Rev 4.0. |
MbbMbimExtendedVersionMax The maximum MBIMEx version. |
Remarks
Client drivers set the lowest MBIMEx specification version they support in the ExtendedVersion member of the MBB_DEVICE_MBIM_PARAMETERS structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Minimum KMDF version | 1.29 |
Header | mbbcx.h |