Skip to main content

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

structMessagePayload

The base class for all message payloads. More...

Public Member Attributes Index

SaveActionaction = SaveAction::SAVE

The action to performed. More...

Public Static Attributes Index

static constexpr MessageTypeMESSAGE_TYPE = MessageType::SAVE_CONFIG
static constexpr uint8_tMESSAGE_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

SaveAction point_one::fusion_engine::messages::SaveConfigMessage::action = SaveAction::SAVE

The action to performed.

Definition at line 568 of file configuration.h.

568 SaveAction action = SaveAction::SAVE;

Public Static Attributes

MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::SaveConfigMessage::MESSAGE_TYPE = MessageType::SAVE_CONFIG
constexpr static

Definition at line 564 of file configuration.h.

564 static constexpr MessageType MESSAGE_TYPE = MessageType::SAVE_CONFIG;

MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::SaveConfigMessage::MESSAGE_VERSION = 0
constexpr static

Definition at line 565 of file configuration.h.

565 static constexpr uint8_t MESSAGE_VERSION = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.