pub trait ReliabilityRead {
type Action;
// Required method
fn read(&mut self, frame: &[u8]) -> Self::Action;
}Expand description
COP-1 receiver (FARM-1) state machine interface.
pub trait ReliabilityRead {
type Action;
// Required method
fn read(&mut self, frame: &[u8]) -> Self::Action;
}COP-1 receiver (FARM-1) state machine interface.