Interface CrcWidthAccessor.CrcWidthMutator

  • All Known Subinterfaces:
    CrcWidthAccessor.CrcWidthProperty
    Enclosing interface:
    CrcWidthAccessor

    public static interface CrcWidthAccessor.CrcWidthMutator
    Provides a mutator for a CRC byte width (number of bytes used to store a CRC checksum) property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setCrcWidth​(int aCrcWidth)
      Sets the value for the CRC byte width (number of bytes used to store a CRC checksum) property.
    • Method Detail

      • setCrcWidth

        void setCrcWidth​(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.