Package rockBlock

Class RockBlockOutgoingMessage

All Implemented Interfaces:
Comparable<PamDataUnit>

public class RockBlockOutgoingMessage extends RockBlockMessage
Data unit containing messages that are being sent from the local RockBlock. These are typically termed 'Mobile Originated' or MO messages indicating they are being sent from the RockBlock to the Iridium network
Author:
mo55
  • Constructor Details Link icon

    • RockBlockOutgoingMessage Link icon

      public RockBlockOutgoingMessage(long timeMilliseconds, String message)
      Parameters:
      timeMilliseconds -
      message -
  • Method Details Link icon

    • isMessageSent Link icon

      public boolean isMessageSent()
    • setMessageSent Link icon

      public void setMessageSent(boolean messageSent)
    • clearSendAttempts Link icon

      public void clearSendAttempts()
    • getNumberOfAttempts Link icon

      public int getNumberOfAttempts()
    • incAttempt Link icon

      public void incAttempt()
    • setAttempts Link icon

      public void setAttempts(int attempts)
    • getDoNotSendBefore Link icon

      public long getDoNotSendBefore()
    • setDoNotSendBefore Link icon

      public void setDoNotSendBefore(long doNotSendBefore)
      Parameters:
      doNotSendBefore -