Interface CrcAlgorithmAccessor.CrcAlgorithmMutator

All Known Subinterfaces:
CrcAlgorithmAccessor.CrcAlgorithmProperty
Enclosing interface:
CrcAlgorithmAccessor

public static interface CrcAlgorithmAccessor.CrcAlgorithmMutator
Provides a mutator for a CrcAlgorithm property.
  • Method Details

    • setCrcAlgorithm

      void setCrcAlgorithm(CrcAlgorithm aCrcAlgorithm)
      Sets the value for the CrcAlgorithm property.
      Parameters:
      aCrcAlgorithm - The value to be stored by the CrcAlgorithm property.