Method
GUsbDeviceinterrupt_transfer_async
since: 0.1.0
Declaration
void
g_usb_device_interrupt_transfer_async (
  GUsbDevice* self,
  guint8 endpoint,
  guint8* data,
  gsize length,
  guint timeout,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Parameters
- endpoint
- 
            Type: guint8The address of a valid endpoint to communicate with. 
- data
- 
            Type: An array of guint8A suitably-sized data buffer for either input or output. The length of the array is specified in the lengthargument.The data is owned by the caller of the method. 
- length
- 
            Type: gsizeThe length field for the setup packet. 
- timeout
- 
            Type: guintTimeout timeout (in milliseconds) that this function should wait before giving up due to no response being received. For an unlimited timeout, use 0. 
- cancellable
- 
            Type: GCancellableA GCancellable, orNULL.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackThe function to run on completion. The argument can be NULL.
- user_data
- 
            Type: gpointerThe data to pass to callback.The argument can be NULL.The data is owned by the caller of the method.