interface RedundantStateInfo {
    CommPort: string;
    PortCount?: number;
    RedundantStateTypeList?: {};
    SenderIndex?: number;
}

Hierarchy

Properties

CommPort: string = common.string_empty
PortCount?: number = common.Int32
RedundantStateTypeList?: {} = ...
SenderIndex?: number = common.UInt8