export enum Cbp {
    Default = 0,
    DoNotDetect = 1,
    _2001BasicSet = 2,
    _2003BasicReport = 3,
    _2501BinarySwitchSet = 4,
    _2503BinarySwitchReport = 5,
    _2601MultilevelSwitchSet = 6,
    _2603MultilevelSwitchReport = 7
}
