Uses of Class
org.refcodes.serial.CrcSegmentDecorator
-
Uses of CrcSegmentDecorator in org.refcodes.serial
Methods in org.refcodes.serial that return CrcSegmentDecoratorModifier and TypeMethodDescriptionstatic <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcPrefixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcPrefixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcPrefixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcPrefixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcPrefixSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSuffixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSuffixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSuffixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSuffixSegment(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSegmentDecoratorwrapping the givenSegment.static <DECORATEE extends Segment>
CrcSegmentDecorator<DECORATEE>SerialSugar.crcSuffixSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs aCrcSegmentDecoratorwrapping the givenSegment(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).