pub trait SetReceiveStatus { // Required method fn set_receiving(&self, status: bool) -> Result<(), CanError>; }