Trait autd3_driver::datagram::Datagram
source · pub trait Datagram {
type O1: Operation;
type O2: Operation;
// Required method
fn operation(self) -> (Self::O1, Self::O2);
// Provided method
fn timeout(&self) -> Option<Duration> { ... }
}Expand description
Datagram to be sent to devices