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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
message_type System.UInt16
target_component byte
target_network byte
target_system byte

Property Details

message_type public_oe property

A code that identifies the software component that understands this message (analogous to usb device classes or mime type strings). If this code is less than 32768, it is considered a 'registered' protocol extension and the corresponding entry should be added to https://github.com/mavlink/mavlink/extension-message-ids.xml. Software creators can register blocks of message IDs as needed (useful for GCS specific metadata, etc...). Message_types greater than 32767 are considered local experiments and should not be checked in to any widely distributed codebase.
public UInt16,System message_type
Résultat System.UInt16

target_component public_oe property

Component ID (0 for broadcast)
public byte target_component
Résultat byte

target_network public_oe property

Network ID (0 for broadcast)
public byte target_network
Résultat byte

target_system public_oe property

System ID (0 for broadcast)
public byte target_system
Résultat byte