| 构造器和说明 |
|---|
RcChannelsOverride() |
RcChannelsOverride(byte[] messagePayload) |
RcChannelsOverride(short targetSystem,
short targetComponent,
int chan1Raw,
int chan2Raw,
int chan3Raw,
int chan4Raw,
int chan5Raw,
int chan6Raw,
int chan7Raw,
int chan8Raw) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
getChan1Raw() |
int |
getChan2Raw() |
int |
getChan3Raw() |
int |
getChan4Raw() |
int |
getChan5Raw() |
int |
getChan6Raw() |
int |
getChan7Raw() |
int |
getChan8Raw() |
short |
getTargetComponent() |
short |
getTargetSystem() |
int |
hashCode() |
String |
hexStringPayload() |
byte[] |
messagePayload() |
void |
messagePayload(byte[] messagePayload) |
RcChannelsOverride |
setChan1Raw(int chan1Raw) |
RcChannelsOverride |
setChan2Raw(int chan2Raw) |
RcChannelsOverride |
setChan3Raw(int chan3Raw) |
RcChannelsOverride |
setChan4Raw(int chan4Raw) |
RcChannelsOverride |
setChan5Raw(int chan5Raw) |
RcChannelsOverride |
setChan6Raw(int chan6Raw) |
RcChannelsOverride |
setChan7Raw(int chan7Raw) |
RcChannelsOverride |
setChan8Raw(int chan8Raw) |
RcChannelsOverride |
setTargetComponent(short targetComponent) |
RcChannelsOverride |
setTargetSystem(short targetSystem) |
String |
toString() |
public RcChannelsOverride(short targetSystem,
short targetComponent,
int chan1Raw,
int chan2Raw,
int chan3Raw,
int chan4Raw,
int chan5Raw,
int chan6Raw,
int chan7Raw,
int chan8Raw)
public RcChannelsOverride(byte[] messagePayload)
public RcChannelsOverride()
public void messagePayload(byte[] messagePayload)
messagePayload 在接口中 Messagepublic byte[] messagePayload()
messagePayload 在接口中 Messagepublic String hexStringPayload()
hexStringPayload 在接口中 Messagepublic final RcChannelsOverride setTargetSystem(short targetSystem)
public final short getTargetSystem()
public final RcChannelsOverride setTargetComponent(short targetComponent)
public final short getTargetComponent()
public final RcChannelsOverride setChan1Raw(int chan1Raw)
public final int getChan1Raw()
public final RcChannelsOverride setChan2Raw(int chan2Raw)
public final int getChan2Raw()
public final RcChannelsOverride setChan3Raw(int chan3Raw)
public final int getChan3Raw()
public final RcChannelsOverride setChan4Raw(int chan4Raw)
public final int getChan4Raw()
public final RcChannelsOverride setChan5Raw(int chan5Raw)
public final int getChan5Raw()
public final RcChannelsOverride setChan6Raw(int chan6Raw)
public final int getChan6Raw()
public final RcChannelsOverride setChan7Raw(int chan7Raw)
public final int getChan7Raw()
public final RcChannelsOverride setChan8Raw(int chan8Raw)
public final int getChan8Raw()
Copyright © 2020. All rights reserved.