interface ScreenDataInSoftSpace {
    CabinetCol?: number;
    CabinetHeight?: number;
    CabinetInDevice: {
        ColIndexInScreen?: number;
        ConnectID?: number;
        DevID?: number;
        DviIndex?: number;
        GroupID?: number;
        Height?: number;
        NetPort?: number;
        RowIndexInScreen?: number;
        Width?: number;
        XPos?: number;
        YPos?: number;
    }[];
    CabinetRow?: number;
    CabinetWidth?: number;
    DeviceID?: number;
    DVIlist?: {};
    DviSelect: DviSelectModeEnum;
    OnePortLoadInfo: {
        EndCabCol?: number;
        EndCabRow?: number;
        LineType?:
            | LeftTop_Horizontal
            | LeftBottom_Horizontal
            | RightTop_Horizontal
            | RightBottom_Horizontal
            | LeftTop_Vertical
            | LeftBottom_Vertical
            | RightTop_Vertical
            | RightBottom_Vertical;
        Port?: number;
        StartCabCol?: number;
        StartCabRow?: number;
    }[];
    PortCols?: number;
    PortRows?: number;
    ScreenIndex?: number;
    ScrType?: LEDDisplyTypeEnum;
    ScrX?: number;
    ScrY?: number;
    UUID: string;
    VirMode?: VirtualModeTypeEnum;
}

Hierarchy

Properties

CabinetCol?: number = common.UInt16
CabinetHeight?: number = common.UInt16
CabinetInDevice: {
    ColIndexInScreen?: number;
    ConnectID?: number;
    DevID?: number;
    DviIndex?: number;
    GroupID?: number;
    Height?: number;
    NetPort?: number;
    RowIndexInScreen?: number;
    Width?: number;
    XPos?: number;
    YPos?: number;
}[] = ...
CabinetRow?: number = common.UInt16
CabinetWidth?: number = common.UInt16
DeviceID?: number = common.UInt8
DVIlist?: {} = ...
OnePortLoadInfo: {
    EndCabCol?: number;
    EndCabRow?: number;
    LineType?:
        | LeftTop_Horizontal
        | LeftBottom_Horizontal
        | RightTop_Horizontal
        | RightBottom_Horizontal
        | LeftTop_Vertical
        | LeftBottom_Vertical
        | RightTop_Vertical
        | RightBottom_Vertical;
    Port?: number;
    StartCabCol?: number;
    StartCabRow?: number;
}[] = ...
PortCols?: number = common.UInt8
PortRows?: number = common.UInt8
ScreenIndex?: number = common.Int32
ScrX?: number = common.Int32
ScrY?: number = common.Int32
UUID: string = common.string_empty