Interface ICyclicRedundancyCheckModel

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

Hierarchy (view full)

Properties

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