| 构造器和说明 |
|---|
Debug() |
Debug(byte[] messagePayload) |
Debug(long timeBootMs,
short ind,
float value) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
short |
getInd() |
long |
getTimeBootMs() |
float |
getValue() |
int |
hashCode() |
String |
hexStringPayload() |
byte[] |
messagePayload() |
void |
messagePayload(byte[] messagePayload) |
Debug |
setInd(short ind) |
Debug |
setTimeBootMs(long timeBootMs) |
Debug |
setValue(float value) |
String |
toString() |
public Debug(long timeBootMs,
short ind,
float value)
public Debug(byte[] messagePayload)
public Debug()
public void messagePayload(byte[] messagePayload)
messagePayload 在接口中 Messagepublic byte[] messagePayload()
messagePayload 在接口中 Messagepublic String hexStringPayload()
hexStringPayload 在接口中 Messagepublic final Debug setTimeBootMs(long timeBootMs)
public final long getTimeBootMs()
public final Debug setInd(short ind)
public final short getInd()
public final Debug setValue(float value)
public final float getValue()
Copyright © 2020. All rights reserved.