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

    • RockBlockOutgoingMessage

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

    • isMessageSent

      public boolean isMessageSent()
    • setMessageSent

      public void setMessageSent(boolean messageSent)
    • clearSendAttempts

      public void clearSendAttempts()
    • getNumberOfAttempts

      public int getNumberOfAttempts()
    • incAttempt

      public void incAttempt()
    • setAttempts

      public void setAttempts(int attempts)
    • getDoNotSendBefore

      public long getDoNotSendBefore()
    • setDoNotSendBefore

      public void setDoNotSendBefore(long doNotSendBefore)
      Parameters:
      doNotSendBefore -