C# Class Microsoft.Networking.Mavlink.MAVLink.mavlink_request_data_stream_t

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство 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
Résultat System.UInt16

req_stream_id public_oe property

The ID of the requested data stream
public byte req_stream_id
Résultat byte

start_stop public_oe property

1 to start sending, 0 to stop sending.
public byte start_stop
Résultat byte

target_component public_oe property

The target requested to send the message stream.
public byte target_component
Résultat byte

target_system public_oe property

The target requested to send the message stream.
public byte target_system
Résultat byte