Class ConfigNetworkTransmitStatus
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigNetworkTransmitStatus
To be used as a wrapper class for when creating the ConfigNetworkTransmitStatus message.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
ConfigStatusMessage.StatusCodeNames -
Field Summary
FieldsFields inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
mStatusCode, mStatusCodeNameFields inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
messageTtl, mMessage -
Constructor Summary
ConstructorsConstructorDescriptionConfigNetworkTransmitStatus(AccessMessage message) Constructs a ConfigNetworkTransmitStatus message. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the Network Transmit Count set in this messageintReturns the Network Transmit Interval Steps set in this messageintReturns the opCode of this messageMethods inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
decode, getAid, getAkf, getParameters, getStatusCode, getStatusCodeNameMethods inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
getAszmic, getDst, getMessage, getMessageTtl, getSrc, setMessageTtl
-
Field Details
-
LOG
-
-
Constructor Details
-
ConfigNetworkTransmitStatus
Constructs a ConfigNetworkTransmitStatus message.- Parameters:
message- Access message received- Throws:
IllegalArgumentException- if any illegal arguments are passed
-
-
Method Details
-
getOpCode
public int getOpCode()Description copied from class:MeshMessageReturns the opCode of this message- Specified by:
getOpCodein classMeshMessage- Returns:
- opcode
-
getNetworkTransmitCount
public int getNetworkTransmitCount()Returns the Network Transmit Count set in this message- Returns:
- Network Transmit Count
-
getNetworkTransmitIntervalSteps
public int getNetworkTransmitIntervalSteps()Returns the Network Transmit Interval Steps set in this message- Returns:
- Network Transmit Interval Steps
-