Data Fields

mComm_Opcode Struct Reference

#include <mComm.h>

Data Fields

void(* initialize )(void)
 Points to the function which will initialize the iterator and output structure for the new command from the master.
uint8_t(* iterator )(void)
 Points to the function which will perform the iteration over the data being processed.

Detailed Description

Definition at line 166 of file mComm.h.


Field Documentation

void(* initialize)(void)

Points to the function which will initialize the iterator and output structure for the new command from the master.

Definition at line 168 of file mComm.h.

uint8_t(* iterator)(void)

Points to the function which will perform the iteration over the data being processed.

Definition at line 169 of file mComm.h.


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