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