public interface TelemetryMessageLog
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLocation()
the Minion's location 
 | 
List<? extends TelemetryMessageLogEntry> | 
getMessageList()
raw message log entries coming in from the listener 
 | 
String | 
getSourceAddress()
the source address the incoming message log entries came from 
 | 
int | 
getSourcePort()
the source port the incoming message log entries came from 
 | 
String | 
getSystemId()
the Minion's system ID 
 | 
String getLocation()
String getSystemId()
String getSourceAddress()
int getSourcePort()
List<? extends TelemetryMessageLogEntry> getMessageList()
Copyright © 2021. All rights reserved.