Uses of Interface
org.refcodes.serial.ClearToSendMagicBytesAccessor
-
Uses of ClearToSendMagicBytesAccessor in org.refcodes.serial
Subinterfaces of ClearToSendMagicBytesAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a CTS ("clear-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 ClearToSendMagicBytesAccessorModifier 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.