public enum MavCmdDoSetParameter extends Enum<MavCmdDoSetParameter>
| 枚举常量和说明 |
|---|
PARAM_1
Parameter number
|
PARAM_2
Parameter value
|
PARAM_3
Empty
|
PARAM_4
Empty
|
PARAM_5
Empty
|
PARAM_6
Empty
|
PARAM_7
Empty
|
public static final MavCmdDoSetParameter PARAM_1
public static final MavCmdDoSetParameter PARAM_2
public static final MavCmdDoSetParameter PARAM_3
public static final MavCmdDoSetParameter PARAM_4
public static final MavCmdDoSetParameter PARAM_5
public static final MavCmdDoSetParameter PARAM_6
public static final MavCmdDoSetParameter PARAM_7
public static MavCmdDoSetParameter[] values()
for (MavCmdDoSetParameter c : MavCmdDoSetParameter.values()) System.out.println(c);
public static MavCmdDoSetParameter valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.