Skip to main content

pamoja_mesh_frame_is_broadcast

Function pamoja_mesh_frame_is_broadcast 

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

Reports whether a frame is addressed to every node.

§Returns

true for a broadcast, or false if frame is null.

§Safety

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