MbbDeviceResponseAvailable function (mbbcx.h)
A client driver calls the MbbDeviceResponseAvailable method when there is an MBIM control message ready from the device, as the response to a previous MBIM control message sent to the device from the MBBCx framework.
It can also call this method to notify the MBBCx framework of an unsolicited device event.
Syntax
void MbbDeviceResponseAvailable(
WDFDEVICE Device
);
Parameters
Device
A handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.
Return value
None
Remarks
For more information, see Handling MBIM control messages.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Target Platform | Universal |
Minimum KMDF version | 1.27 |
Header | mbbcx.h |
Library | mbbcxstub.lib |
IRQL | <= DISPATCH_LEVEL |