Data Fields | |
| enum recv_stat_e | status |
| current state | |
| uint16_t | slots |
| number of passed slots since last byte (slot timer) | |
| uint16_t | crc16 |
| checksum of already received data | |
| uint8_t | pos |
| pointer into receive buffer | |
| uint8_t | buf [LNK_BUFFER_SIZE] |
| the receive buffer itself | |
Definition at line 106 of file link.c.
1.3.3