pub unsafe extern "C" fn SoapySDRDevice_getChannelInfo(
    device: *const SoapySDRDevice,
    direction: c_int,
    channel: usize
) -> SoapySDRKwargs
Expand description

Get channel info given the streaming direction \param device a pointer to a device instance \param direction the channel direction RX or TX \param channel the channel number to get info for \return channel information