Skip to main content

pamoja_can_frame_id

Function pamoja_can_frame_id 

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

Returns a frame’s identifier, already masked to 11 or 29 bits.

§Returns

The identifier, or 0 if frame is null.

§Safety

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