|
Lely core libraries 2.3.5
|
A CAN channel write operation. More...
#include <can.h>


Data Fields | |
| const struct can_msg * | msg |
| A pointer to the CAN frame to be written. | |
| struct ev_task | task |
| The task (to be) submitted upon completion (or cancellation) of the write operation. | |
| int | errc |
| The error number, obtained as if by get_errc(), if an error occurred or the operation was canceled. | |
| const struct can_msg* io_can_chan_write::msg |