Skip to main content

pamoja_lorawan_rx_fopts_len

Function pamoja_lorawan_rx_fopts_len 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_lorawan_rx_fopts_len( rx: *const PamojaLorawanRx, ) -> usize
Expand description

Returns the length in bytes of the frame options a decoded frame carries.

§Returns

The length, or 0 if rx is null.

§Safety

rx must be a live handle from pamoja_lorawan_session_decode, or null.