public static class GuiIfc.MessagingParams
extends java.lang.Object
GuiIfc.displayMessagingDialog(java.util.ArrayList)| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
relayPath
The digipeat relay path for the message.
|
java.lang.Object |
stationId
Either a String containing a callsign or a StationState whose identifier is the
target station's callsign.
|
java.lang.String |
text
The text of the message (to be encoded in UTF-8 upon transmission).
|
| Constructor and Description |
|---|
MessagingParams(java.lang.Object stationId,
java.lang.String relayPath,
java.lang.String text)
Construct a MessagingParams object.
|
public java.lang.Object stationId
public java.lang.String relayPath
public java.lang.String text
public MessagingParams(java.lang.Object stationId,
java.lang.String relayPath,
java.lang.String text)
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).