pub unsafe extern "C" fn SoapySDRDevice_listSensors(
    device: *const SoapySDRDevice,
    length: *mut usize
) -> *mut *mut c_char
Expand description

List the available global readback sensors. A sensor can represent a reference lock, RSSI, temperature. \param device a pointer to a device instance \param [out] length the number of sensor names \return a list of available sensor string names