Expand description
Controller Area Network
Traitsยง
- Filter
- A type that will either accept or filter a
Frame. The filtering is done solely on theIDof theFrame. - Frame
- A Can Frame
- Id
- A type that can either be
BaseIdorExtendedId - Interface
- A CAN interface
- Receiver
- A CAN interface that is able to receive frames.
- Transmitter
- A CAN interface that is able to transmit frames.