| 构造器和说明 |
|---|
CommandInt() |
CommandInt(byte[] messagePayload) |
CommandInt(short targetSystem,
short targetComponent,
short frame,
int command,
short current,
short autocontinue,
float param1,
float param2,
float param3,
float param4,
int x,
int y,
float z) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
short |
getAutocontinue() |
int |
getCommand() |
short |
getCurrent() |
short |
getFrame() |
float |
getParam1() |
float |
getParam2() |
float |
getParam3() |
float |
getParam4() |
short |
getTargetComponent() |
short |
getTargetSystem() |
int |
getX() |
int |
getY() |
float |
getZ() |
int |
hashCode() |
String |
hexStringPayload() |
byte[] |
messagePayload() |
void |
messagePayload(byte[] messagePayload) |
CommandInt |
setAutocontinue(short autocontinue) |
CommandInt |
setCommand(int command) |
CommandInt |
setCurrent(short current) |
CommandInt |
setFrame(short frame) |
CommandInt |
setParam1(float param1) |
CommandInt |
setParam2(float param2) |
CommandInt |
setParam3(float param3) |
CommandInt |
setParam4(float param4) |
CommandInt |
setTargetComponent(short targetComponent) |
CommandInt |
setTargetSystem(short targetSystem) |
CommandInt |
setX(int x) |
CommandInt |
setY(int y) |
CommandInt |
setZ(float z) |
String |
toString() |
public CommandInt(short targetSystem,
short targetComponent,
short frame,
int command,
short current,
short autocontinue,
float param1,
float param2,
float param3,
float param4,
int x,
int y,
float z)
public CommandInt(byte[] messagePayload)
public CommandInt()
public void messagePayload(byte[] messagePayload)
messagePayload 在接口中 Messagepublic byte[] messagePayload()
messagePayload 在接口中 Messagepublic String hexStringPayload()
hexStringPayload 在接口中 Messagepublic final CommandInt setTargetSystem(short targetSystem)
public final short getTargetSystem()
public final CommandInt setTargetComponent(short targetComponent)
public final short getTargetComponent()
public final CommandInt setFrame(short frame)
public final short getFrame()
public final CommandInt setCommand(int command)
public final int getCommand()
public final CommandInt setCurrent(short current)
public final short getCurrent()
public final CommandInt setAutocontinue(short autocontinue)
public final short getAutocontinue()
public final CommandInt setParam1(float param1)
public final float getParam1()
public final CommandInt setParam2(float param2)
public final float getParam2()
public final CommandInt setParam3(float param3)
public final float getParam3()
public final CommandInt setParam4(float param4)
public final float getParam4()
public final CommandInt setX(int x)
public final int getX()
public final CommandInt setY(int y)
public final int getY()
public final CommandInt setZ(float z)
public final float getZ()
Copyright © 2020. All rights reserved.