#include <msp_msg.hpp>

Public Member Functions | |
| void | decode (const std::vector< uint8_t > &data) |
| ID | id () const |
Public Attributes | |
| uint | major |
| uint | minor |
| uint | protocol |
Cleanflight
Definition at line 89 of file msp_msg.hpp.
| void msp::msg::ApiVersion::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 96 of file msp_msg.hpp.
| ID msp::msg::ApiVersion::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 90 of file msp_msg.hpp.
Definition at line 93 of file msp_msg.hpp.
Definition at line 94 of file msp_msg.hpp.
Definition at line 92 of file msp_msg.hpp.