21 #ifndef PLUGINS_USBDMX_ASYNCUSBSENDER_H_
22 #define PLUGINS_USBDMX_ASYNCUSBSENDER_H_
28 #include "ola/thread/Mutex.h"
48 libusb_device *usb_device);
128 int length,
unsigned int timeout);
134 int length,
unsigned int timeout);
155 libusb_device_handle *m_usb_handle;
156 bool m_suppress_continuation;
157 struct libusb_transfer *m_transfer;
159 TransferState m_transfer_state;
169 #endif // PLUGINS_USBDMX_ASYNCUSBSENDER_H_