#include <msp_msg.hpp>

Public Member Functions | |
| virtual ByteVectorUptr | encode () const override |
| Encode all data into a ByteVector. | |
| virtual ID | id () const override |
| get the ID of the message | |
| SetTransponderConfig (FirmwareVariant v) | |
Public Attributes | |
| Value< uint8_t > | provider |
| ByteVector | provider_data |
Definition at line 2131 of file msp_msg.hpp.
Definition at line 2132 of file msp_msg.hpp.
| virtual ByteVectorUptr msp::msg::SetTransponderConfig::encode | ( | ) | const [inline, override, virtual] |
Encode all data into a ByteVector.
Reimplemented from msp::Message.
Definition at line 2139 of file msp_msg.hpp.
| virtual ID msp::msg::SetTransponderConfig::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 2134 of file msp_msg.hpp.
Definition at line 2136 of file msp_msg.hpp.
Definition at line 2137 of file msp_msg.hpp.