// mbbcx.h
typedef enum _MBB_MBIM_VERSION {
MbbMbimVersion1Dot0,
MbbMbimVersion1Dot0Errata
} MBB_MBIM_VERSION;
View the official Windows Driver Kit DDI referenceNo description available.
The MBB_MBIM_VERSION enumeration defines the version of the MBIM specification that a client driver and its device support.
MbbMbimVersion1Dot0The client driver and device support the MBIM specification Rev 1.0.
MbbMbimVersion1Dot0ErrataThe client driver and device support the MBIM specification Rev 1.0 Errata-1.
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.