USB Monitoring Control
- USB Device Data Monitoring ActiveX Component Library
_IMonitoringEvents.OnBulkOrInterruptTransfer Method
< Previous
Top
Next >
Declaration
Automation:
HRESULT
OnBulkOrInterruptTransfer
(
[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_BULK_OR_INTERRUPT_TRANSFER is received. See
_URB_BULK_OR_INTERRUPT_TRANSFER
< Previous
Top
Next >