Uses of Class
org.refcodes.serial.StopAndWaitSectionDecorator

  • Uses of StopAndWaitSectionDecorator in org.refcodes.serial

    Modifier and Type
    Method
    Description
    StopAndWaitSectionDecorator.Builder.build()
    Returns the StopAndWaitSegmentDecorator instance build according to the StopAndWaitSectionDecorator.Builder configuration.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, SegmentPackager aAckSegmentPackager, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, int aSequenceNumberInitValue, int aSequenceNumberWidth, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, int aSequenceNumberInitValue, int aSequenceNumberWidth, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, int aSequenceNumberInitValue, int aSequenceNumberWidth, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, int aSequenceNumberInitValue, int aSequenceNumberWidth, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, int aSequenceNumberInitValue, int aSequenceNumberWidth, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, int aSequenceNumberInitValue, int aSequenceNumberWidth, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, SegmentPackager aAckSegmentPackager, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.mixin.ConcatenateMode aSequenceNumberConcatenateMode, byte[] aAcknowledgeMagicBytes, int aAckRetryNumber, long aAckTimeoutInMs, SegmentPackager aAckSegmentPackager, org.refcodes.numerical.Endianess aEndianess)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, SegmentPackager aAckSegmentPackager)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.
    static <DECORATEE extends Section>
    StopAndWaitSectionDecorator<DECORATEE>
    SerialSugar.stopAndWaitSection(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics)
    Constructs an according stop-and-wait decorator instance wrapping the given decoratee.