Class GuiIfc.MessagingParams

java.lang.Object
org.ka2ddo.yaac.core.GuiIfc.MessagingParams
Enclosing interface:
GuiIfc

public static class GuiIfc.MessagingParams extends Object
Data structure containing parameters needed to transmit a text message. Intended to be returned by the method for displaying the user query dialog.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Field Details

    • stationId

      public Object stationId
      Either a String containing a callsign or a StationState whose identifier is the target station's callsign.
    • relayPath

      public String relayPath
      The digipeat relay path for the message.
    • text

      public String text
      The text of the message (to be encoded in UTF-8 upon transmission).
  • Constructor Details

    • MessagingParams

      public MessagingParams(Object stationId, String relayPath, String text)
      Construct a MessagingParams object.
      Parameters:
      stationId - Either a String containing a callsign or a StationState whose identifier is the target station's callsign.
      relayPath - The digipeat relay path for the message.
      text - The text of the message (to be encoded in UTF-8 upon transmission).