Uses of Class
org.refcodes.serial.CrcSectionDecorator
-
Uses of CrcSectionDecorator in org.refcodes.serial
Methods in org.refcodes.serial that return CrcSectionDecoratorModifier and TypeMethodDescriptionstatic <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcPrefixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm) Constructs aCrcSectionDecoratorwrapping the givenSection(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcPrefixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode) Constructs aCrcSectionDecoratorwrapping the givenSection(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcPrefixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSectionDecoratorwrapping the givenSection.static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcPrefixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSectionDecoratorwrapping the givenSection.static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode) Constructs aCrcSectionDecoratorwrapping the givenSection(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode) Constructs aCrcSectionDecoratorwrapping the givenSection(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSectionDecoratorwrapping the givenSection.static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSectionDecoratorwrapping the givenSection.static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSection(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs aCrcSectionDecoratorwrapping the givenSection.static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSuffixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm) Constructs aCrcSectionDecoratorwrapping the givenSection(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSuffixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode) Constructs aCrcSectionDecoratorwrapping the givenSection(usingTransmissionMetrics.DEFAULT_ENDIANESSby default).static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSuffixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.ChecksumValidationMode aChecksumValidationMode, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSectionDecoratorwrapping the givenSection.static <DECORATEE extends Section>
CrcSectionDecorator<DECORATEE>SerialSugar.crcSuffixSection(DECORATEE aDecoratee, org.refcodes.numerical.CrcAlgorithm aCrcAlgorithm, org.refcodes.numerical.Endianess aEndianess) Constructs aCrcSectionDecoratorwrapping the givenSection.