Lely core libraries
2.3.4
|
The result of a CAN channel read operation. More...
#include <can.h>
Data Fields | |
int | result |
The result of the read operation: 1 if a CAN frame is received, 0 if an error frame is received, or -1 on error (or if the operation is canceled). More... | |
int | errc |
The error number, obtained as if by get_errc(), if result is -1. | |
int io_can_chan_read_result::result |