Query the value of a user configuration parameter (MessageType::GET_CONFIG, version 1.1).
The device will respond with a ConfigResponseMessage containing the requested parameter value or an error Response value if the request did not succeed.
Definition at line 537 of file configuration.h.
#include <point_one/fusion_engine/messages/configuration.h>
Public Attributes | |
ConfigType | config_type = ConfigType::INVALID |
The desired parameter. More... | |
ConfigurationSource | request_source = ConfigurationSource::ACTIVE |
The config source to request data from (active, saved, etc.). More... | |
Static Public Attributes | |
static constexpr MessageType | MESSAGE_TYPE = MessageType::GET_CONFIG |
static constexpr uint8_t | MESSAGE_VERSION = 1 |
ConfigType point_one::fusion_engine::messages::GetConfigMessage::config_type = ConfigType::INVALID |
The desired parameter.
Definition at line 542 of file configuration.h.
|
staticconstexpr |
Definition at line 538 of file configuration.h.
|
staticconstexpr |
Definition at line 539 of file configuration.h.
ConfigurationSource point_one::fusion_engine::messages::GetConfigMessage::request_source = ConfigurationSource::ACTIVE |
The config source to request data from (active, saved, etc.).
Definition at line 545 of file configuration.h.