|
Linux Kernel
3.7.1
|
#include <bcm.h>
Data Fields | |
| __u32 | opcode |
| __u32 | flags |
| __u32 | count |
| struct timeval ival1 | ival2 |
| canid_t | can_id |
| __u32 | nframes |
| struct can_frame | frames [0] |
struct bcm_msg_head - head of messages to/from the broadcast manager : opcode, see enum below. : special flags, see below. : number of frames to send before changing interval. : interval for the first frames. : interval for the following frames. : CAN ID of frames to be sent or received. : number of frames appended to the message head. : array of CAN frames.
1.8.2