Exemplo n.º 1
0
 public static extern int usb_reap_async_nocancel(LibUsb_Context context, int timeout);
Exemplo n.º 2
0
 public static extern int usb_isochronous_setup_async(LibUsb_DevHandle dev, ref LibUsb_Context context, byte ep, int pktsize);
Exemplo n.º 3
0
 public static extern int usb_interrupt_setup_async(LibUsb_DevHandle dev, ref LibUsb_Context context, byte ep);
Exemplo n.º 4
0
 public static extern int usb_free_async(ref LibUsb_Context context);
Exemplo n.º 5
0
 public static extern int usb_cancel_async(LibUsb_Context context);
Exemplo n.º 6
0
 public static extern int usb_submit_async(LibUsb_Context context, IntPtr bytes, int size);