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
LogErrorData
Configure system to output error data when errors or events occur
LogPositionData
Configure system to output position data at a requested interval
UnlogAll
Stop generation of all output data from device
UnlogErrorData
Stop generation of error data from device
UnlogPositionData
Stop generation of position data from device
Trait Implementations
impl Debug for ConfigOption
[src]
impl Debug for ConfigOption
Auto Trait Implementations
impl Send for ConfigOption
impl Send for ConfigOption
impl Sync for ConfigOption
impl Sync for ConfigOption