interface SenderPortRegionInfo {
    DVIIndex?: number;
    Height: number;
    LoadScanBoardCount: number;
    PortIndex?: number;
    SenderIndex?: number;
    Width: number;
    X?: number;
    Y?: number;
}

Hierarchy

Properties

DVIIndex?: number = common.UInt8
Height: number = common.UInt16_400
LoadScanBoardCount: number = common.UInt16_1024
PortIndex?: number = common.UInt8
SenderIndex?: number = common.UInt8
Width: number = common.UInt16_400
X?: number = common.UInt16
Y?: number = common.UInt16