public class LynxI2cWriteStatusQueryCommand extends LynxDekaInterfaceCommand<LynxI2cWriteStatusQueryResponse>
| Modifier and Type | Field and Description |
|---|---|
static int |
cbPayload |
theInterface, theInterfaceNameackOrNackReceived, isAckOrResponseReceived, nackReceived, response, responseOrNackReceived, retransmissionsRemaininghasBeenTransmitted, messageNumber, module, nanotimeLastTransmit, payloadTimeWindow, referenceNumber, serialization| Constructor and Description |
|---|
LynxI2cWriteStatusQueryCommand(LynxModuleIntf module) |
LynxI2cWriteStatusQueryCommand(LynxModuleIntf module,
int busZ) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromPayloadByteArray(byte[] rgb) |
static java.lang.Class<? extends LynxInterfaceResponse> |
getResponseClass() |
boolean |
isResponseExpected()
Returns whether this message will generate a response message in return.
|
void |
onResponseReceived(LynxMessage generic) |
byte[] |
toPayloadByteArray() |
getInterfacegetBaseCommandNumber, getCommandNumber, getInterfaceCommandIndexgetResponseClassawaitAckResponseOrNack, awaitAndRetransmit, getMsAwaitInterval, getMsRetransmissionInterval, getNackReceived, hasBeenAcknowledged, isAckable, isAckOrResponseReceived, isNackReceived, isRetransmittable, noteAttentionRequired, noteRetransmission, onAckReceived, onNackReceived, onPretendTransmit, pretendFinish, responseOrThrow, send, sendReceive, setUnretransmittable, throwIfNack, throwNackForUnsupportedCommand, usePretendResponseIfRealModuleDoesntSupportacquireNetworkLock, forgetSerialization, getDestModuleAddress, getMessageNumber, getModule, getModuleAddress, getNanotimeLastTransmit, getPayloadTimeWindow, getReferenceNumber, getSerialization, hasBeenTransmitted, invokeStaticNullaryMethod, isAck, isNack, isResponse, loadFromSerialization, noteHasBeenTransmitted, releaseNetworkLock, resetModulePingTimer, setMessageNumber, setModule, setNanotimeLastTransmit, setPayloadTimeWindow, setReferenceNumber, setSerializationpublic static final int cbPayload
public LynxI2cWriteStatusQueryCommand(LynxModuleIntf module)
public LynxI2cWriteStatusQueryCommand(LynxModuleIntf module, int busZ)
public static java.lang.Class<? extends LynxInterfaceResponse> getResponseClass()
public boolean isResponseExpected()
LynxMessageisResponseExpected in class LynxMessagepublic void onResponseReceived(LynxMessage generic)
onResponseReceived in class LynxRespondable<LynxI2cWriteStatusQueryResponse>public byte[] toPayloadByteArray()
toPayloadByteArray in class LynxMessagepublic void fromPayloadByteArray(byte[] rgb)
fromPayloadByteArray in class LynxMessage