Function autd3_driver::link::send_receive
source ยท pub async fn send_receive(
link: &mut impl Link,
tx: &TxDatagram,
rx: &mut [RxMessage],
timeout: Option<Duration>,
) -> Result<(), AUTDInternalError>pub async fn send_receive(
link: &mut impl Link,
tx: &TxDatagram,
rx: &mut [RxMessage],
timeout: Option<Duration>,
) -> Result<(), AUTDInternalError>