ISO-TP master connection. More...
#include <isotp.h>
Data Fields | |
| struct conn_can_isotp_slave * | next |
| First slave in the list. | |
| struct conn_can_isotp_master * | master |
| Master connection. | |
| struct isotp | isotp |
| ISO-TP parameters and status. | |
| int | ifnum |
| interface number | |
| int | bound |
| 1 if connection is bound | |
| can_rx_data_t * | rx |
| Buffered rx data. | |
| mutex_t | lock |
| Master lock. | |
| mbox_t | mbox |
| mailbox for the connection list | |
| msg_t | mbox_queue [CONN_CAN_ISOTP_MBOX_SIZE] |
| Connection list message queue. | |