HIDDTransferDriver.h
Default mainpageat91libusbdevicehid-transferHIDDTransferDriver.h
Description Overview  
Description
Purpose
Definition of methods for using a HID transfer device driver.

Usage
  1. Re-implement the USBDCallbacks_RequestReceived callback to forward requests to HIDDTransferDriver_RequestHandler. This is done automatically unless the NOAUTOCALLBACK symbol is defined during compilation.
  2. Initialize the driver using HIDDTransferDriver_Initialize. The USB driver is automatically initialized by this method.
  3. Call the HIDDTransferDriver_Write method when sendint data to host.
  4. Call the HIDDTransferRead, HIDDTransferReadReport when checking and getting received data from host.