#include <mComm.h>
Data Fields |
uint8_t | index |
uint8_t | counter |
uint8_t | checksum |
union { |
uint8_t all |
struct { |
unsigned full:1 |
| '1' if the input buffer is full and ready for processing
|
} bits |
} | flags |
uint8_t | buffer [MCOMM_INPUTBUFFER_SIZE] |
| Stores the input packet data.
|
Detailed Description
Definition at line 130 of file mComm.h.
Field Documentation
uint8_t buffer[MCOMM_INPUTBUFFER_SIZE] |
Stores the input packet data.
Definition at line 162 of file mComm.h.
'1' if the input buffer is full and ready for processing
Definition at line 144 of file mComm.h.
The documentation for this struct was generated from the following file: