interface ScanBoardRegionInfo {
    CabinetCorrectLocationSize?: CabinetCorrectLocationSize;
    ColIndexInScreen?: number;
    ConnectIndex?: number;
    CoordinateForCabinetJsonStr: string;
    DVIIndex: number;
    DviSelect: DviSelectModeEnum;
    FreeRoutConnect?: number;
    Height: number;
    IsHasMrvID?: boolean;
    MrvID?: string;
    MrvIDObject?: {
        [key: string]: unknown;
    };
    PortIndex?: number;
    RcfgxName?: string;
    RowIndexInScreen?: number;
    ScanBoardProperty?: ScanBoardProperty;
    ScreenPointList: {
        x: number;
        y: number;
    }[];
    SenderIndex?: number;
    TagInfo?: boolean;
    TagInfoColor: string;
    Width: number;
    X?: number;
    XInPort?: number;
    Y?: number;
    YInPort?: number;
}

Hierarchy

Properties

CabinetCorrectLocationSize?: CabinetCorrectLocationSize
ColIndexInScreen?: number = common.Int32
ConnectIndex?: number = common.UInt16
CoordinateForCabinetJsonStr: string = common.string_empty
DVIIndex: number = common.UInt8_255
FreeRoutConnect?: number = common.UInt16
Height: number = common.UInt16_32
IsHasMrvID?: boolean = common.Bool
MrvID?: string = t.string
MrvIDObject?: {
    [key: string]: unknown;
} = t.UnknownRecord
PortIndex?: number = common.UInt8
RcfgxName?: string = t.string
RowIndexInScreen?: number = common.Int32
ScanBoardProperty?: ScanBoardProperty
ScreenPointList: {
    x: number;
    y: number;
}[] = ...
SenderIndex?: number = common.UInt8
TagInfo?: boolean = common.Bool
TagInfoColor: string = ...
Width: number = common.UInt16_32
X?: number = common.UInt16
XInPort?: number = common.UInt16
Y?: number = common.UInt16
YInPort?: number = common.UInt16