Enum novatel_oem6_service::ConfigOption[][src]

pub enum ConfigOption {
    LogErrorData,
    LogPositionData,
    UnlogAll,
    UnlogErrorData,
    UnlogPositionData,
}
[]

Input field for 'configureHardware' mutation

Indicates which configuration operation should be performed

Variants

[]

Configure system to output error data when errors or events occur

[]

Configure system to output position data at a requested interval

[]

Stop generation of all output data from device

[]

Stop generation of error data from device

[]

Stop generation of position data from device

Trait Implementations

impl Debug for ConfigOption
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ConfigOption

impl Sync for ConfigOption