SaveConfigMessage Struct
Save or reload configuration settings (MessageType::SAVE_CONFIG, version 1). More...
Declaration
struct point_one::fusion_engine::messages::SaveConfigMessage { ... }
Included Headers
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| SaveAction | action = SaveAction::SAVE |
|
The action to performed. More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::SAVE_CONFIG |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
Save or reload configuration settings (MessageType::SAVE_CONFIG, version 1).
Expected Response
The device will respond with a CommandResponseMessage indicating whether or not the request succeeded.
Definition at line 563 of file configuration.h.
Public Member Attributes
action
|
The action to performed.
Definition at line 568 of file configuration.h.
568 SaveAction action = SaveAction::SAVE;
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 564 of file configuration.h.
564 static constexpr MessageType MESSAGE_TYPE = MessageType::SAVE_CONFIG;
MESSAGE_VERSION
| constexpr static |
Definition at line 565 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.