Class ConfigVendorModelAppList
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.ConfigVendorModelAppList
Creates the ConfigAppKeyList 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
ConstructorsConstructorDescriptionConfigVendorModelAppList(AccessMessage message) Constructs the ConfigNetKeyList mMessage. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the element addressReturns the bound app key indexesintReturns the model identifierfinal intReturns the opCode of this messagefinal booleanReturns if the message was successfulMethods 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
-
ConfigVendorModelAppList
Constructs the ConfigNetKeyList mMessage.- Parameters:
message- Access Message
-
-
Method Details
-
getOpCode
public final int getOpCode()Description copied from class:MeshMessageReturns the opCode of this message- Specified by:
getOpCodein classMeshMessage- Returns:
- opcode
-
isSuccessful
public final boolean isSuccessful()Returns if the message was successful- Returns:
- true if the message was successful or false otherwise
-
getElementAddress
public int getElementAddress()Returns the element address -
getModelIdentifier
public int getModelIdentifier()Returns the model identifier -
getKeyIndexes
Returns the bound app key indexes
-