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

    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 Details

    • 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.