RmeFfWhollyCommandableParamsOperation

Trait RmeFfWhollyCommandableParamsOperation 

Source
pub trait RmeFfWhollyCommandableParamsOperation<T> {
    // Required method
    fn command_wholly(
        req: &mut FwReq,
        node: &mut FwNode,
        params: &T,
        timeout_ms: u32,
    ) -> Result<(), Error>;
}
Expand description

Operation for parameters which can be updated wholly at once.

Required Methods§

Source

fn command_wholly( req: &mut FwReq, node: &mut FwNode, params: &T, timeout_ms: u32, ) -> Result<(), Error>

Update registers for whole parameters.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§