MBB_MBIM_VERSION enumeration (mbbcx.h)
The MBB_MBIM_VERSION enumeration defines the version of the MBIM specification that a client driver and its device support.
Syntax
typedef enum _MBB_MBIM_VERSION {
MbbMbimVersion1Dot0,
MbbMbimVersion1Dot0Errata
} MBB_MBIM_VERSION;
Constants
MbbMbimVersion1Dot0 The client driver and device support the MBIM specification Rev 1.0. |
MbbMbimVersion1Dot0Errata The client driver and device support the MBIM specification Rev 1.0 Errata-1. |
Remarks
Client drivers set the MBIM specification version they support in the Version member of the MBB_DEVICE_MBIM_PARAMETERS structure.
Currently, client drivers must set the value of this field to MbbMbimVersion1Dot0Errata.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Minimum KMDF version | 1.29 |
Header | mbbcx.h |