[][src]Function openthread_sys::otChannelMonitorGetSampleCount

pub unsafe extern "C" fn otChannelMonitorGetSampleCount(
    aInstance: *mut otInstance
) -> u32

Get channel monitoring total number of RSSI samples (per channel).

The count indicates total number samples per channel by channel monitoring module since its start (since Thread network interface was enabled).

@param[in] aInstance A pointer to an OpenThread instance.

@returns Total number of RSSI samples (per channel) taken so far.