| 
    NinjaFlight
    
   | 
 
#include <mavlink_msg_serial_control.h>
Data Fields | |
| uint32_t | baudrate | 
| Baudrate of transfer. Zero means no change.  More... | |
| uint16_t | timeout | 
| Timeout for reply data in milliseconds.  More... | |
| uint8_t | device | 
| See SERIAL_CONTROL_DEV enum.  More... | |
| uint8_t | flags | 
| See SERIAL_CONTROL_FLAG enum.  More... | |
| uint8_t | count | 
| how many bytes in this transfer  More... | |
| uint8_t | data [70] | 
| serial data  More... | |
| uint32_t __mavlink_serial_control_t::baudrate | 
Baudrate of transfer. Zero means no change.
| uint8_t __mavlink_serial_control_t::count | 
how many bytes in this transfer
| uint8_t __mavlink_serial_control_t::data[70] | 
serial data
| uint8_t __mavlink_serial_control_t::device | 
See SERIAL_CONTROL_DEV enum.
| uint8_t __mavlink_serial_control_t::flags | 
See SERIAL_CONTROL_FLAG enum.
| uint16_t __mavlink_serial_control_t::timeout | 
Timeout for reply data in milliseconds.