Structure to pass a CAN option.
More...
Structure to pass a CAN option.
Definition at line 84 of file common.h.
#include <common.h>
|
| canopt_t | opt |
| | the option to get/set
|
| |
| uint16_t | context |
| | (optional) context for that option
|
| |
| void * | data |
| | data to set or buffer to read into
|
| |
| uint16_t | data_len |
| | size of the data / the buffer
|
| |
◆ context
| uint16_t can_opt_t::context |
(optional) context for that option
Definition at line 86 of file common.h.
◆ data
data to set or buffer to read into
Definition at line 87 of file common.h.
◆ data_len
| uint16_t can_opt_t::data_len |
size of the data / the buffer
Definition at line 88 of file common.h.
◆ opt
the option to get/set
Definition at line 85 of file common.h.
The documentation for this struct was generated from the following file: