Interface TransmittingConnector

All Known Implementing Classes:
AGWPEConnector, AprsIsConnector, FileTNCConnector, KissOverTcpConnector, SerialTNCConnector, SslAprsIsConnector, UdpSubmitConnector

public interface TransmittingConnector
This class extends the basic capabilities of being a port connector by specifying the methods usable to transmit AX.25 frames through this port.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the bitmask of AX.25 protocols supported by this port.
    For ports that have an AX.25 address (callsign), report the callsign associated with the port (used for transmissions initiated through this port instead of digipeated).
    int
    Specify what capabilities a port of this type has.
    Get the current statistics for this PortConnector instance.
    boolean
    hasCapability(int capMask)
    Test if this Connector has the specified capability or capabilities.
    boolean
    Reports whether this Connector has an open connection to its port.
    void
    Transmit an AX.25 frame through this port.