Enum relay8x::Relay8xCmdSet[][src]

pub enum Relay8xCmdSet {
    Init,
    Set,
    Toggle,
    Reset,
}

enum for all possbile commands

Variants

Methods

impl Relay8xCmdSet
[src]

based on command, address and card, returns the command frame for the relay card

Trait Implementations

impl Debug for Relay8xCmdSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations