Class BruteForceStartSyncCodeTailParameters

    • Constructor Detail

      • BruteForceStartSyncCodeTailParameters

        BruteForceStartSyncCodeTailParameters(int syncWordSize, String syncWord, int codeLength, int startValue, int stopValue, int repeat, boolean littleEndian, int tailWordSize, String tailWord)
        Parameters:
        syncWordSize - Synchronisation word, in hexadecimal.
        syncWord - Synchronisation word size, in bytes.
        codeLength - Number of Symbols in CodeWord.
        startValue - The start value of Brute Force from where you want to begin.
        stopValue - The stop value of Brute Force at which you want to stop.
        repeat - Frame Repetition.
        littleEndian - Endianess.
        tailWordSize - Tail word size, in bytes.
        tailWord - Tail word, in hexadecimal.