Uses of Interface
org.refcodes.serial.SegmentDestination
-
Uses of SegmentDestination in org.refcodes.serial
Subinterfaces of SegmentDestination in org.refcodes.serialModifier and TypeInterfaceDescriptioninterfacePort<PM extends PortMetrics>APortenriches aSerialTransceiverwithPortMetricsdescribing theSerialTransceiver's physical properties.interfaceTheSegmentReceiveris used to receiveSegmentinstances in a unified way.interfaceCombines theSegmentTransmitterandSegmentReceiverfunctionality in a single interface to be implemented by a single class so thatSegmentTransmitterandSegmentReceiverfunctionality can be provided by a single instance.interfaceASerialReceiveris used to read data from a serial port or the like.interfaceClasses in org.refcodes.serial that implement SegmentDestinationModifier and TypeClassDescriptionclassAbstractPort<PM extends PortMetrics>AAbstractPortis a basePortimplementation.classAbstractPortDecorator<PM extends PortMetrics>classTheCrossoverLoopbackPortis an in-memory implementation of aPortwhich loops its output directly to the "connected"LoopbackPortcounterpart ("other end of the wire").classTheLoopbackPortis an in-memory implementation of aPortwhich loops its output directly back to its input.