ISO-TP salve connection. More...
ISO-TP salve connection.
This is a slave connection which exists only when conn_can_isotp_multi module is used.
#include <isotp.h>
Data Fields | |
| struct conn_can_isotp_slave * | next |
| Next slave in the list. | |
| struct conn_can_isotp_master * | master |
| Master connection holding the mailbox. | |
| 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. | |