Skip to main content

pamoja_can_frame_is_fd

Function pamoja_can_frame_is_fd 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_can_frame_is_fd( frame: *const PamojaCanFrame, ) -> bool
Expand description

Reports whether a frame is CAN-FD rather than classic CAN 2.0.

§Returns

true for a CAN-FD frame, false otherwise or for a null frame.

§Safety

frame must be a live handle from one of the frame constructors, or null.