Trait ddc::DdcCommandRawMarker
[−]
[src]
pub trait DdcCommandRawMarker: DdcCommandRaw where
Self::Error: From<ErrorCode>, {
fn set_sleep_delay(&mut self, delay: Delay);
}Using this marker trait will automatically implement the DdcCommand trait.
Required Methods
fn set_sleep_delay(&mut self, delay: Delay)
Sets an internal Delay that must expire before the next command is
attempted.