@FunctionalInterface
public interface DuplicateCheckedAX25Listener
Modifier and Type | Method and Description |
---|---|
void |
consumeAX25Frame(AX25Message msg,
AX25Frame frame,
Connector connector,
boolean isDuplicate)
Called when a AX.25 frame is received.
|
void consumeAX25Frame(AX25Message msg, AX25Frame frame, Connector connector, boolean isDuplicate)
msg
- decoded APRS message if the AX.25 frame contains an APRS packet, or null if the frame is not a recognized protocolframe
- received AX25Frameconnector
- the PortConnector over which the frame was receivedisDuplicate
- boolean true if this is a duplicate message (possibly received over a different digipeater path)