#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_can_frame_remote(
id: u32,
extended: bool,
len: usize,
out_frame: *mut *mut PamojaCanFrame,
) -> PamojaStatusExpand description
Builds a remote transmission request, which asks another node to send.
§Returns
PamojaStatus::Ok on success, with *out_frame set to a new handle the
caller must release with pamoja_can_frame_free.
§Safety
out_frame must point to a writable *mut PamojaCanFrame.