Uses of Interface
org.refcodes.serial.ReadyToSendRetryNumberAccessor
-
Uses of ReadyToSendRetryNumberAccessor in org.refcodes.serial
Subinterfaces of ReadyToSendRetryNumberAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a RTS ("ready-to-send") retry number.A RTS ( "ready-to-send") retry number is the overall number of retries to use when counting retries.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 ReadyToSendRetryNumberAccessorModifier 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.