Class ConfigLowPowerNodePollTimeoutStatus
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.ConfigLowPowerNodePollTimeoutStatus
Creates the ConfigLowPowerNodePollTimeoutStatus message.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigStatusMessage
ConfigStatusMessage.StatusCodeNames -
Field Summary
Fields 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
ConstructorsConstructorDescriptionConstructs ConfigLowPowerNodePollTimeoutStatus message. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the Unicast address of the low power nodeintReturns the opCode of this messageintReturns the Poll Timeout value for Low Power Node.Methods 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
-
Constructor Details
-
ConfigLowPowerNodePollTimeoutStatus
Constructs ConfigLowPowerNodePollTimeoutStatus message.- Parameters:
message-AccessMessage
-
-
Method Details
-
getOpCode
public int getOpCode()Description copied from class:MeshMessageReturns the opCode of this message- Specified by:
getOpCodein classMeshMessage- Returns:
- opcode
-
getAddress
public int getAddress()Returns the Unicast address of the low power node -
getPollTimeout
public int getPollTimeout()Returns the Poll Timeout value for Low Power Node.
-