public static interface Digipeater.TXIGatedStationStatusListener
AX25Stack
Modifier and Type | Method and Description |
---|---|
void |
txIGatedStationAdded(int index)
Inform listener that a station has been added to the list of I-gated stations.
|
void |
txIGatedStationDeleted(int index)
Inform listener that a station is no longer being I-gated by this station (timed out).
|
void |
txIGatedStationUpdated(int index)
Inform listener that a station has been forwarded again.
|
void txIGatedStationAdded(int index)
index
- position in list of I-gated stationsvoid txIGatedStationUpdated(int index)
index
- position in list of I-gated stationsvoid txIGatedStationDeleted(int index)
index
- position in list of I-gated stations