#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_mesh_frame_is_broadcast( frame: *const PamojaMeshFrame, ) -> bool
Reports whether a frame is addressed to every node.
true for a broadcast, or false if frame is null.
true
false
frame
frame must be a live handle from a call that produced one, or null.