Interface TelemetryMessageLog
-
- All Known Implementing Classes:
TelemetryProtos.TelemetryMessageLog
public interface TelemetryMessageLog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
the Minion's locationList<? extends TelemetryMessageLogEntry>
getMessageList()
raw message log entries coming in from the listenerString
getSourceAddress()
the source address the incoming message log entries came fromint
getSourcePort()
the source port the incoming message log entries came fromString
getSystemId()
the Minion's system ID
-
-
-
Method Detail
-
getLocation
String getLocation()
the Minion's location- Returns:
- the location
-
getSystemId
String getSystemId()
the Minion's system ID- Returns:
- the system ID
-
getSourceAddress
String getSourceAddress()
the source address the incoming message log entries came from- Returns:
- the address
-
getSourcePort
int getSourcePort()
the source port the incoming message log entries came from- Returns:
- the port
-
getMessageList
List<? extends TelemetryMessageLogEntry> getMessageList()
raw message log entries coming in from the listener- Returns:
- the log entry or entries
-
-