Enum mai400_service::AckCommand[][src]

pub enum AckCommand {
    None,
    Noop,
    ControlPower,
    ConfigureHardware,
    TestHardware,
    IssueRawCommand,
    SetMode,
    Update,
}

Return field for 'ack' query

Indicates last mutation executed by the service

Variants

No mutations have been executed

No-Op

System power state was changed

System configuration was updated

A hardware test was performed

A raw command was passed through to the system

System mode was changed

GPS time and/or rv values were updated

Trait Implementations

impl Clone for AckCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AckCommand
[src]

Auto Trait Implementations

impl Send for AckCommand

impl Sync for AckCommand