Uses of Interface
org.refcodes.serial.Port
-
Uses of Port in org.refcodes.serial
Classes in org.refcodes.serial with type parameters of type PortModifier and TypeInterfaceDescriptioninterfacePortHub<PORT extends Port<PM>,PM extends PortMetrics> Classes in org.refcodes.serial that implement PortModifier 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.Fields in org.refcodes.serial declared as PortMethods in org.refcodes.serial that return PortModifier and TypeMethodDescriptionPort<?>PortTestBench.getReceiverPort()Retrieves the loopback's "receiver" port.Port<?>PortTestBench.getTransmitterPort()Retrieves the loopback's "transmitter" port.PORT[]PortHub.ports()Lists the available ports of the system.default PORT[]Returns the available ports of the system which'sAliasAccessor.getAlias()matches the given pattern.AbstractPortDecorator.withOpen()AbstractPortDecorator.withOpenUnchecked()AbstractPortDecorator.withOpenUnchecked(PM aPortMetrics) Methods in org.refcodes.serial with parameters of type PortConstructors in org.refcodes.serial with parameters of type PortModifierConstructorDescriptionAbstractPortDecorator(Port<PM> aPort) Decorates the givenPortwith the according functionality.