Uses of Class
org.refcodes.serial.ReadyToSendSectionDecorator.Builder
-
Uses of ReadyToSendSectionDecorator.Builder in org.refcodes.serial
Methods in org.refcodes.serial that return ReadyToSendSectionDecorator.BuilderModifier and TypeMethodDescriptionstatic <DECORATEE extends Section>
ReadyToSendSectionDecorator.Builder<DECORATEE>ReadyToSendSectionDecorator.builder()Creates builder to buildReadyToSendSectionDecorator.static <DECORATEE extends Section>
ReadyToSendSectionDecorator.Builder<DECORATEE>SerialSugar.readyToSendSectionBuilder()Constructs a builder to build an accordingReadyToSendSectionDecoratorinstance.ReadyToSendSectionDecorator.Builder.withClearToSendMagicBytes(byte[] aClearToSendMagicBytes) Sets the magic bytes for the CTS ("clear-to-send") magic bytes property.ReadyToSendSectionDecorator.Builder.withClearToSendSegmentPackager(SegmentPackager aClearToSendSegmentPackager) Sets theSegmentPackagerCTS ("clear-to-send") property.ReadyToSendSectionDecorator.Builder.withClearToSendTimeoutMillis(long aClearToSendTimeoutInMs) Sets the number for the CTS ("clear-to-send") timeout property.ReadyToSendSectionDecorator.Builder.withDecoratee(DECORATEE aDecoratee) ReadyToSendSectionDecorator.Builder.withEnquiryStandbyTimeMillis(long aEnquiryStandbyTimeInMs) Sets the number for the ENQ ("enquiry") timeout property.ReadyToSendSectionDecorator.Builder.withReadyToSendMagicBytes(byte[] aReadyToSendMagicBytes) Sets the magic bytes for the RTS ("ready-to-send") magic bytes property.ReadyToSendSectionDecorator.Builder.withReadyToSendRetryNumber(int aReadyToSendRetryNumber) Sets the number of retries for the RTS ("ready-to-send") retry number.ReadyToSendSectionDecorator.Builder.withReadyToSendSegmentPackager(SegmentPackager aReadyToSendSegmentPackager) Sets theSegmentPackagerRTS ("ready-to-send") property.ReadyToSendSectionDecorator.Builder.withReadyToSendTimeoutMillis(long aReadyToSendTimeoutInMs) Sets the number for the RTS ("ready-to-send") timeout property.