C# Class MAVLink.mavlink_request_data_stream_t, MissionPlanner

显示文件 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
req_message_rate System.UInt16
req_stream_id byte
start_stop byte
target_component byte
target_system byte

Property Details

req_message_rate public_oe property

The requested message rate
public UInt16,System req_message_rate
return System.UInt16

req_stream_id public_oe property

The ID of the requested data stream
public byte req_stream_id
return byte

start_stop public_oe property

1 to start sending, 0 to stop sending.
public byte start_stop
return byte

target_component public_oe property

The target requested to send the message stream.
public byte target_component
return byte

target_system public_oe property

The target requested to send the message stream.
public byte target_system
return byte