C# Class MAVLink.mavlink_remote_log_block_status_t, MissionPlanner

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

Public Properties

Property Type Description
seqno System.UInt32
status byte
target_component byte
target_system byte

Property Details

seqno public_oe property

log data block sequence number
public UInt32,System seqno
return System.UInt32

status public_oe property

log data block status
public byte status
return byte

target_component public_oe property

Component ID
public byte target_component
return byte

target_system public_oe property

System ID
public byte target_system
return byte