MetaWear C++ API  0.18.0
C++ implementation of the MetaWear protocol
Public Attributes | List of all members
MblMwDfuDelegate Struct Reference

Wrapper class containing functions for receiving callbacks throughout the DFU process. More...

#include <metawearboard.h>

Public Attributes

void * context
 
void(* on_dfu_started )(void *context)
 
void(* on_dfu_cancelled )(void *context)
 
void(* on_transfer_percentage )(void *context, int32_t percentage)
 
void(* on_successful_file_transferred )(void *context)
 
void(* on_error )(void *context, const char *errorMessage)
 

Detailed Description

Wrapper class containing functions for receiving callbacks throughout the DFU process.


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