GetConfigMessage Struct
Query the value of a user configuration parameter (MessageType::GET_CONFIG, version 1.1). More...
Declaration
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| 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... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::GET_CONFIG |
| static constexpr uint8_t | MESSAGE_VERSION = 1 |
Description
Query the value of a user configuration parameter (MessageType::GET_CONFIG, version 1.1).
Expected Response
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 534 of file configuration.h.
Public Member Attributes
config_type
|
The desired parameter.
Definition at line 539 of file configuration.h.
request_source
|
The config source to request data from (active, saved, etc.).
Definition at line 542 of file configuration.h.
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 535 of file configuration.h.
MESSAGE_VERSION
| constexpr static |
Definition at line 536 of file configuration.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.