PocketBusCtx Struct Reference
pocketBus context structure. More...
#include <pocketbus.h>
Data Fields | |
| uint8_t | buf [CONFIG_POCKETBUS_BUFLEN] |
| receiving Buffer | |
| struct KFile * | fd |
| File descriptor. | |
| bool | sync |
| Status flag: true if we have received an STX, false otherwise. | |
| bool | escape |
| Status flag: true if we are in escape mode, false otherwise. | |
| rotating_t | in_cks |
| Checksum computation for received data. | |
| rotating_t | out_cks |
| Checksum computation for transmitted data. | |
| pocketbus_len_t | len |
| Received length. | |
Detailed Description
pocketBus context structure.Definition at line 89 of file pocketbus.h.
The documentation for this struct was generated from the following file:
