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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
count System.UInt32
id System.UInt16
ofs System.UInt32
target_component byte
target_system byte

Property Details

count public_oe property

Number of bytes
public UInt32,System count
Résultat System.UInt32

id public_oe property

Log id (from LOG_ENTRY reply)
public UInt16,System id
Résultat System.UInt16

ofs public_oe property

Offset into the log
public UInt32,System ofs
Résultat System.UInt32

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