C# 클래스 MAVLink.mavlink_remote_log_block_status_t, MissionPlanner

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
seqno System.UInt32
status byte
target_component byte
target_system byte

프로퍼티 상세

seqno 공개적으로 프로퍼티

log data block sequence number
public UInt32,System seqno
리턴 System.UInt32

status 공개적으로 프로퍼티

log data block status
public byte status
리턴 byte

target_component 공개적으로 프로퍼티

Component ID
public byte target_component
리턴 byte

target_system 공개적으로 프로퍼티

System ID
public byte target_system
리턴 byte