public static class ConfigAnalyzer.YAACSystem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ConfigAnalyzer.IGateLevel |
igateLevel
The level of I-gate operation enabled on this system.
|
int |
maxTXIgateHops
The maximum number of transmit hops allowed for Tx I-gating on this system.
|
ConfigAnalyzer.Port[] |
ports
All the APRS-speaking ports on the local YAAC system.
|
long |
uptimeMsec
Duration of time YAAC has been running in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canForward(int from,
int to)
Report whether traffic can be forwarded from the first indexed port
to the second indexed port.
|
public long uptimeMsec
public ConfigAnalyzer.Port[] ports
public ConfigAnalyzer.IGateLevel igateLevel
public int maxTXIgateHops