Struct can_driver_t¶
Public Attributes¶
| Type | Name |
|---|---|
| int(* | receive |
| int(* | send |
Public Attributes Documentation¶
variable receive¶
int(* can_driver_t::receive) (uint32_t *id, uint8_t *data, uint8_t *len);
variable send¶
int(* can_driver_t::send) (uint32_t id, const uint8_t *data, uint8_t len);
The documentation for this class was generated from the following file examples/python_api/inc/can_driver.h