pub type DeviceWatchControllerWriteCommandsResult = Result<(Vec<Register8>, Option<EventPair>), DriverError>;
pub enum DeviceWatchControllerWriteCommandsResult { Ok((Vec<Register8>, Option<EventPair>)), Err(DriverError), }
Contains the success value
Contains the error value