interface ScreenPortAreaInfo {
    DeviationX?: number;
    DeviationY?: number;
    DviIndex: number;
    LoadMaxX?: number;
    LoadMaxY?: number;
    LoadMinX?: number;
    LoadMinY?: number;
    PortIndex?: number;
    SenderIndex?: number;
}

Hierarchy

Properties

DeviationX?: number = common.Int32
DeviationY?: number = common.Int32
DviIndex: number = common.UInt8_1
LoadMaxX?: number = common.Int32
LoadMaxY?: number = common.Int32
LoadMinX?: number = common.Int32
LoadMinY?: number = common.Int32
PortIndex?: number = common.UInt8
SenderIndex?: number = common.UInt8