public class LynxDiscoveryResponse extends LynxStandardResponse
LynxDiscoveryCommandRESPONSE_BITackOrNackReceived, isAckOrResponseReceived, nackReceived, response, responseOrNackReceived, retransmissionsRemaininghasBeenTransmitted, messageNumber, module, nanotimeLastTransmit, payloadTimeWindow, referenceNumber, serialization| Constructor and Description |
|---|
LynxDiscoveryResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromPayloadByteArray(byte[] rgb) |
int |
getCommandNumber() |
int |
getDiscoveredModuleAddress() |
int |
getParentIndicator() |
static int |
getStandardCommandNumber() |
boolean |
isAckable() |
boolean |
isChild() |
boolean |
isParent() |
boolean |
isRetransmittable() |
byte[] |
toPayloadByteArray() |
isResponse, isResponseExpectedawaitAckResponseOrNack, awaitAndRetransmit, getMsAwaitInterval, getMsRetransmissionInterval, getNackReceived, hasBeenAcknowledged, isAckOrResponseReceived, isNackReceived, noteAttentionRequired, noteRetransmission, onAckReceived, onNackReceived, onPretendTransmit, onResponseReceived, pretendFinish, responseOrThrow, send, sendReceive, setUnretransmittable, throwIfNack, throwNackForUnsupportedCommand, usePretendResponseIfRealModuleDoesntSupportacquireNetworkLock, forgetSerialization, getDestModuleAddress, getMessageNumber, getModule, getModuleAddress, getNanotimeLastTransmit, getPayloadTimeWindow, getReferenceNumber, getSerialization, hasBeenTransmitted, invokeStaticNullaryMethod, isAck, isNack, loadFromSerialization, noteHasBeenTransmitted, releaseNetworkLock, resetModulePingTimer, setMessageNumber, setModule, setNanotimeLastTransmit, setPayloadTimeWindow, setReferenceNumber, setSerializationpublic boolean isParent()
public boolean isChild()
public int getParentIndicator()
public int getDiscoveredModuleAddress()
public boolean isAckable()
isAckable in class LynxRespondablepublic boolean isRetransmittable()
isRetransmittable in class LynxRespondablepublic static int getStandardCommandNumber()
public int getCommandNumber()
getCommandNumber in class LynxMessagepublic byte[] toPayloadByteArray()
toPayloadByteArray in class LynxMessagepublic void fromPayloadByteArray(byte[] rgb)
fromPayloadByteArray in class LynxMessage