public interface AX25ParserWithDistributor extends AX25Parser
AX25Parser interface to indicate it has a means
to distribute protocol-specific packets to interested listeners. Because the
listeners are protocol-specific, their registration method signatures are not defined
here; this is just the hand-off for the AX25Stack to send the
decoded packets to the protocol-specific distributor, which then handles any
casting to subclasses and distribution to registered listeners.| Modifier and Type | Method and Description |
|---|---|
void |
processParsedAX25Packet(AX25Frame frame,
AX25Message parsedMsg)
Send this message (and its associated frame) to the APRS consumers.
|
parsevoid processParsedAX25Packet(AX25Frame frame, AX25Message parsedMsg)
frame - AX25Frame containing the APRS messageparsedMsg - AX25Message that was decoded from the frame