#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
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.
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: