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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
end System.UInt16
start System.UInt16
target_component byte
target_system byte

Property Details

end public_oe property

Last log id (0xffff for last available)
public UInt16,System end
Résultat System.UInt16

start public_oe property

First log id (0 for first available)
public UInt16,System start
Résultat System.UInt16

target_component public_oe property

Component ID
public byte target_component
Résultat byte

target_system public_oe property

System ID
public byte target_system
Résultat byte