pub async fn send_receive(
    link: &mut impl Link,
    tx: &TxDatagram,
    rx: &mut [RxMessage],
    timeout: Option<Duration>
) -> Result<bool, AUTDInternalError>
Expand description

Send and receive data