Class ConfigKeyRefreshPhaseStatus


public class ConfigKeyRefreshPhaseStatus extends ConfigStatusMessage
To be used as a wrapper class for when creating the ConfigAppKeyStatus Message.
  • Field Details

    • LOG

      public static final Logger LOG
  • Constructor Details

    • ConfigKeyRefreshPhaseStatus

      public ConfigKeyRefreshPhaseStatus(AccessMessage message)
      Constructs the ConfigAppKeyStatus mMessage.
      Parameters:
      message - Access Message
  • Method Details

    • getOpCode

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

      public final int getNetKeyIndex()
      Returns the global index of the net key.
      Returns:
      netkey index
    • getTransition

      public final int getTransition()
      Returns the current key refresh phase.
    • isSuccessful

      public final boolean isSuccessful()
      Returns if the message was successful
      Returns:
      true if the message was successful or false otherwise