C# 클래스 MAVLink.mavlink_param_request_read_t, MissionPlanner

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

공개 프로퍼티들

프로퍼티 타입 설명
param_index System.Int16
target_component byte
target_system byte

프로퍼티 상세

param_index 공개적으로 프로퍼티

Parameter index. Send -1 to use the param ID field as identifier (else the param id will be ignored)
public Int16,System param_index
리턴 System.Int16

target_component 공개적으로 프로퍼티

Component ID
public byte target_component
리턴 byte

target_system 공개적으로 프로퍼티

System ID
public byte target_system
리턴 byte