public enum MavCmdRequestMessage extends Enum<MavCmdRequestMessage>
| 枚举常量和说明 |
|---|
PARAM_1
The MAVLink message ID of the requested message.
|
PARAM_2
Use for index ID, if required.
|
PARAM_3
The use of this parameter (if any), must be defined in the requested message.
|
PARAM_4
The use of this parameter (if any), must be defined in the requested message.
|
PARAM_5
The use of this parameter (if any), must be defined in the requested message.
|
PARAM_6
The use of this parameter (if any), must be defined in the requested message.
|
PARAM_7
Target address for requested message (if message has target address fields). 0: Flight-stack default, 1: address of requestor, 2: broadcast.
|
public static final MavCmdRequestMessage PARAM_1
public static final MavCmdRequestMessage PARAM_2
public static final MavCmdRequestMessage PARAM_3
public static final MavCmdRequestMessage PARAM_4
public static final MavCmdRequestMessage PARAM_5
public static final MavCmdRequestMessage PARAM_6
public static final MavCmdRequestMessage PARAM_7
public static MavCmdRequestMessage[] values()
for (MavCmdRequestMessage c : MavCmdRequestMessage.values()) System.out.println(c);
public static MavCmdRequestMessage valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.