Enum modbus::scoped::CoilDropFunction [] [src]

pub enum CoilDropFunction {
    On,
    Off,
    Toggle,
}

Action to perform when the ScopedCoil is dropped.

Variants

On

Set the coil to Coil::On

Off

Set the coil to Coil::Off

Toggle

Toggle the current value.