LUFA Library - DFU Class Bootloader
|
#include <BootloaderDFU.h>
Data Fields | |
uint8_t | Command |
uint8_t | Data [5] |
uint16_t | DataSize |
Type define for a structure containing a complete DFU command issued by the host.
uint8_t DFU_Command_t::Command |
Single byte command to perform, one of the COMMAND_*
macro values
uint8_t DFU_Command_t::Data[5] |
Command parameters
uint16_t DFU_Command_t::DataSize |
Size of the command parameters