|
tinyproto
|
This structure contains information about communication channel and its state. More...
#include <tiny_light.h>

Public Attributes | |
| write_block_cb_t | write_func |
| pointer to platform related write function | |
| read_block_cb_t | read_func |
| pointer to platform related read function | |
| hdlc_ll_handle_t | _hdlc |
| int | rx_len |
| TINY_ALIGNED_STRUCT uint8_t | buffer [LIGHT_BUF_SIZE] |
| void * | user_data |
| user-specific data | |
| hdlc_crc_t | crc_type |
| CRC type to use. | |
This structure contains information about communication channel and its state.
1.8.13