Interface DecoratorSection<DECORATEE extends Transmission>

Type Parameters:
DECORATEE - The Transmission being decorated.
All Superinterfaces:
org.refcodes.mixin.DecorateeAccessor<DECORATEE>, org.refcodes.mixin.LengthAccessor, org.refcodes.mixin.Schemable<SerialSchema>, Section, Serializable, Transmission
All Known Implementing Classes:
AssertMagicBytesSectionDecorator, BreakerSectionDecorator, CrcSectionDecorator, MagicBytesSectionDecorator, ReadyToReceiveSectionDecorator, ReadyToSendSectionDecorator, StopAndWaitPacketStreamSectionDecorator, StopAndWaitSectionDecorator

public interface DecoratorSection<DECORATEE extends Transmission> extends org.refcodes.mixin.DecorateeAccessor<DECORATEE>, Section
The DecoratorSection interface provided means to access a decorated Transmission with the means of a Section.