LUFA Library - DFU Class Bootloader
DFU_Command_t Struct Reference

#include <BootloaderDFU.h>

Data Fields

uint8_t Command
 
uint8_t Data [5]
 
uint16_t DataSize
 

Detailed Description

Type define for a structure containing a complete DFU command issued by the host.

Field Documentation

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


The documentation for this struct was generated from the following file: