[−][src]Trait ectool::Access
Access method for running an EC command
Required methods
unsafe fn command(&mut self, cmd: u8, data: &mut [u8]) -> Result<u8, Error>
Sends a command using the access method. Only internal use is recommended
fn data_size(&self) -> usize
The maximum size that can be provided for the data argument