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, mStatusCodeName
Fields inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
messageTtl, mMessage
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs ConfigLowPowerNodePollTimeoutStatus message. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the Unicast address of the low power nodeint
Returns the opCode of this messageint
Returns 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, getStatusCodeName
Methods 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:MeshMessage
Returns the opCode of this message- Specified by:
getOpCode
in 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.
-