Interface CrcWidthAccessor.CrcWidthBuilder<B extends CrcWidthAccessor.CrcWidthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
CrcWidthAccessor

public static interface CrcWidthAccessor.CrcWidthBuilder<B extends CrcWidthAccessor.CrcWidthBuilder<B>>
Provides a builder method for a CRC byte width (number of bytes used to store a CRC checksum) property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withCrcWidth(int aCrcWidth)
    Sets the value for the CRC byte width (number of bytes used to store a CRC checksum) property.
  • Method Details

    • withCrcWidth

      B withCrcWidth(int aCrcWidth)
      Sets the value for the CRC byte width (number of bytes used to store a CRC checksum) property.
      Parameters:
      aCrcWidth - The value to be stored by the CRC byte width (number of bytes used to store a CRC checksum) property.
      Returns:
      The builder for applying multiple build operations.