java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
org.openremote.agent.protocol.bluetooth.mesh.transport.ConfigAppKeyAdd

public class ConfigAppKeyAdd extends MeshMessage
To be used as a wrapper class to create the ConfigAppKeyAdd message.
  • Field Details

    • LOG

      public static final Logger LOG
  • Constructor Details

  • Method Details

    • getNetKey

      public NetworkKey getNetKey()
      Returns the Network key that is needs to be sent to the node
      Returns:
      app key
    • getAppKey

      public ApplicationKey getAppKey()
      Returns the application key that is needs to be sent to the node
      Returns:
      app key
    • getOpCode

      public int getOpCode()
      Description copied from class: MeshMessage
      Returns the opCode of this message
      Specified by:
      getOpCode in class MeshMessage
      Returns:
      opcode
    • getAkf

      public final int getAkf()
    • getAid

      public final int getAid()
    • getParameters

      public final byte[] getParameters()