USB Monitoring Control
- USB Device Data Monitoring ActiveX Component Library
_IMonitoringEvents.OnControlTransfer Method
< Previous
Top
Next >
Declaration
Automation:
HRESULT
OnControlTransfer
(
[in]
DateTime
time
) ;
Parameters
time
The time of the event.
Return Value
S_OK or standard OLE error code.
Remarks
Fired when URB packet with urb.UrbHeader.Function=URB_FUNCTION_CONTROL_TRANSFER is received. See
_URB_CONTROL_DESCRIPTOR_REQUEST
for more details. The library decodes several parameters from this packet (see above).
< Previous
Top
Next >