C# Класс MAVLink.mavlink_request_data_stream_t, MissionPlanner

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
req_message_rate System.UInt16
req_stream_id byte
start_stop byte
target_component byte
target_system byte

Описание свойств

req_message_rate публичное свойство

The requested message rate
public UInt16,System req_message_rate
Результат System.UInt16

req_stream_id публичное свойство

The ID of the requested data stream
public byte req_stream_id
Результат byte

start_stop публичное свойство

1 to start sending, 0 to stop sending.
public byte start_stop
Результат byte

target_component публичное свойство

The target requested to send the message stream.
public byte target_component
Результат byte

target_system публичное свойство

The target requested to send the message stream.
public byte target_system
Результат byte