interface CabinetInDevice {
    ColIndexInScreen?: number;
    ConnectID?: number;
    DevID?: number;
    DviIndex?: number;
    GroupID?: number;
    Height?: number;
    NetPort?: number;
    RowIndexInScreen?: number;
    Width?: number;
    XPos?: number;
    YPos?: number;
}

Hierarchy

Properties

ColIndexInScreen?: number = common.Int32
ConnectID?: number = common.UInt32
DevID?: number = common.UInt32
DviIndex?: number = common.UInt8
GroupID?: number = common.UInt8
Height?: number = common.UInt32
NetPort?: number = common.UInt32
RowIndexInScreen?: number = common.Int32
Width?: number = common.UInt32
XPos?: number = common.Int32
YPos?: number = common.Int32