Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.81 KB

nf-mbbcx-mbbdeviceresponseavailable.md

File metadata and controls

60 lines (49 loc) · 1.81 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NF:mbbcx.MbbDeviceResponseAvailable
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.
netvista
06/29/2018
MbbDeviceResponseAvailable function
MbbDeviceResponseAvailable
mbbcx.h
Universal
Windows 10, version 1809
1.27
mbbcxstub.lib
<= DISPATCH_LEVEL
Windows
RS5
MbbDeviceResponseAvailable
mbbcx/MbbDeviceResponseAvailable
apiref
LibDef
mbbcxstub.lib
MbbDeviceResponseAvailable

MbbDeviceResponseAvailable function

-description

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.

-parameters

-param Device

A handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.

-remarks

For more information, see Handling MBIM control messages.

-see-also