Interface AX25FrameListener

All Known Implementing Classes:
Digipeater, SnifferDataModel
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AX25FrameListener
This interface defines a listener for decoded AX.25 frames as freshly received from an input port.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receive an incoming frame from the specified input Connector.
  • Method Details

    • consumeAX25Frame

      void consumeAX25Frame(AX25Frame frame, Connector connector)
      Receive an incoming frame from the specified input Connector. Note that the frame will not have any decoded AX25Message associated with it yet.
      Parameters:
      frame - AX25Frame that was received
      connector - Connector that was the source of the frame.