mavsdk::Shell::Receive Struct Reference ​
#include: shell.hpp
Received shell data and source device.
Data Fields ​
std::string data {} - Received data.
Device device {} - SERIAL_CONTROL device the data came from.
Field Documentation ​
data ​
cpp
std::string mavsdk::Shell::Receive::data {}Received data.
device ​
cpp
Device mavsdk::Shell::Receive::device {}SERIAL_CONTROL device the data came from.

