public static class ConfigAnalyzer.Port
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
acceptableProtocolsMask
The bitmask of protocols (APRS, OpenTRAC, or connected-mode AX.25) allowed
through this port.
|
java.lang.String[] |
beacons
The names of all the enabled beacon profiles transmitted through this port.
|
java.lang.String |
callsign
Callsign and SSID associated with the port.
|
int |
capabilities
The current capabilities bitmask for this port, as defined in the
Connector class. |
ConfigAnalyzer.PortCategory |
category
Categorization of the port.
|
PortConnector |
connector
The actual interface the statistics were collected from.
|
java.util.Set<java.lang.String> |
digipeatAliasSet
The digipeat aliases functioning on the port (after accounting for
both per-port and global alias disabling).
|
java.lang.String |
igateFilter
The filter string specified for an I-gate type port.
|
java.lang.String |
name
Display name of the port.
|
java.lang.String |
portType
Port type name.
|
java.util.Map<PortConnector.PortStatsType,Connector.PortStats> |
statistics
All the traffic statistics for this port.
|
boolean |
useGPS
Whether this port's beacon can use GPS data.
|
Constructor and Description |
---|
Port(PortConnector connector)
Create a Port object for collecting statistics for a PortConnector.
|
public final PortConnector connector
public ConfigAnalyzer.PortCategory category
public java.lang.String name
public java.lang.String callsign
public java.lang.String portType
public java.util.Set<java.lang.String> digipeatAliasSet
public java.lang.String igateFilter
public java.lang.String[] beacons
public final java.util.Map<PortConnector.PortStatsType,Connector.PortStats> statistics
public int acceptableProtocolsMask
public int capabilities
Connector
class.public boolean useGPS
public Port(PortConnector connector)
connector
- PortConnector to reference