kaven-basic - v4.5.1
    Preparing search index...

    Interface ICyclicRedundancyCheckModel

    interface ICyclicRedundancyCheckModel {
        FinalXORValue: BitString;
        InitialValue: BitString;
        InputReflected: boolean;
        Polynomial: BitString;
        ResultReflected: boolean;
        Width: number;
    }

    Implemented by

    Index

    Properties

    FinalXORValue: BitString
    InitialValue: BitString
    InputReflected: boolean
    Polynomial: BitString
    ResultReflected: boolean
    Width: number