Lely core libraries 2.3.4
io_can_chan_write Struct Reference

A CAN channel write operation. More...

#include <can.h>

Inheritance diagram for io_can_chan_write:
Collaboration diagram for io_can_chan_write:

Data Fields

const struct can_msgmsg
 A pointer to the CAN frame to be written. More...
 
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.
 

Detailed Description

A CAN channel write operation.

Definition at line 110 of file can.h.

Field Documentation

◆ msg

const struct can_msg* io_can_chan_write::msg

A pointer to the CAN frame to be written.

It is the responsibility of the user to ensure the buffer remains valid until the write operation completes.

Definition at line 116 of file can.h.


The documentation for this struct was generated from the following file: