#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_can_frame_is_fd( frame: *const PamojaCanFrame, ) -> bool
Reports whether a frame is CAN-FD rather than classic CAN 2.0.
true for a CAN-FD frame, false otherwise or for a null frame.
true
false
frame must be a live handle from one of the frame constructors, or null.
frame