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