Expand description
DiSEqC master command Check out the DiSEqC bus spec available on http://www.eutelsat.org/ for the possible messages that can be used.
Fields
msg: [u8; 6]DiSEqC message to be sent. It contains a 3 bytes header with: framing + address + command, and an optional argument of up to 3 bytes of data.
len: u8Length of the DiSEqC message. Valid values are 3 to 6.
Trait Implementations
sourceimpl Debug for DiseqcMasterCmd
impl Debug for DiseqcMasterCmd
Auto Trait Implementations
impl RefUnwindSafe for DiseqcMasterCmd
impl Send for DiseqcMasterCmd
impl Sync for DiseqcMasterCmd
impl Unpin for DiseqcMasterCmd
impl UnwindSafe for DiseqcMasterCmd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more