Skip to main content

pamoja_mesh_frame_src

Function pamoja_mesh_frame_src 

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

Returns the address of the node a frame came from.

§Returns

The source address, or 0 if frame is null.

§Safety

frame must be a live handle from a call that produced one, or null.