Interface IEventUsbInterrupt
Description
Notification that a vendor-specific USB interrupt was received from the device.
IEventUsbInterrupt derives from IEvent.
Methods
Closes the resource. Sending the resource's COM object's reference count to zero (and thus destroying the object) also executes a close, but this method may be useful for environments with garbage collection or other facilities that make object lifetimes non-deterministic. |
Properties
The type of the event. Legal values are:
|
|
If the type parameter's value is CUSTOM_EVENT_TYPE, this value contains the custom event type. |
|
Returns the received buffer data. |
|
Returns the actual number of bytes received. |
|
Returns the I/O status code of this transfer. |