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

Get the selected antenna on a chain. \param device a pointer to a device instance \param direction the channel direction RX or TX \param channel an available channel on the device \return the name of an available antenna