AX25Ctx Struct Reference
AX25 Protocol context. More...
#include <ax25.h>
Data Fields | |
| uint8_t | buf [CONFIG_AX25_FRAME_BUF_LEN] |
| buffer for received chars | |
| KFile * | ch |
| KFile used to access the physical medium. | |
| size_t | frm_len |
| received frame length. | |
| uint16_t | crc_in |
| CRC for current received frame. | |
| uint16_t | crc_out |
| CRC of current sent frame. | |
| ax25_callback_t | hook |
| Hook function to be called when a message is received. | |
| bool | sync |
| True if we have received a HDLC flag. | |
| bool | escape |
| True when we have to escape the following char. | |
Detailed Description
AX25 Protocol context.
Definition at line 76 of file ax25.h.
The documentation for this struct was generated from the following file:
