Uses of Interface
org.refcodes.serial.ReadyToSendMagicBytesAccessor
-
Uses of ReadyToSendMagicBytesAccessor in org.refcodes.serial
Subinterfaces of ReadyToSendMagicBytesAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a RTS ("ready-to-send") magic bytes property.interfaceTheReadyToSendTransmissioninterface defines functionality for achieving an RTS "software" handshake between a transmitter having the active RTS ("ready-to-send") role and a receiver confirming being CTS ("clear-to-send") where the receiver waits for a RTS signal from the transmitter (the transmitter signals to be ready for sending data by issuing an RTS signal to the receiver).Classes in org.refcodes.serial that implement ReadyToSendMagicBytesAccessorModifier and TypeClassDescriptionclassAbstractReadyToSendTransmissionDecorator<DECORATEE extends Transmission>TheAbstractReadyToSendTransmissionDecoratorclass implements a decorator providingReadyToSendTransmissionfunctionality for aTransmission.classReadyToSendSectionDecorator<DECORATEE extends Section>TheReadyToSendSectionDecoratorclass implements a decorator providingReadyToSendTransmissionfunctionality for aSegment.classReadyToSendSegmentDecorator<DECORATEE extends Segment>TheReadyToSendSegmentDecoratorclass implements a decorator providingReadyToSendTransmissionfunctionality for aSegment.classTheTransmissionMetricsinterface represents common parameters required when configuring a transmission.