interface OnePortLoadInfo {
    EndCabCol?: number;
    EndCabRow?: number;
    LineType?: ScanBoardConnectTypeEnum;
    Port?: number;
    StartCabCol?: number;
    StartCabRow?: number;
}

Hierarchy

Properties

EndCabCol?: number = common.UInt16
EndCabRow?: number = common.UInt16
Port?: number = common.UInt8
StartCabCol?: number = common.UInt16
StartCabRow?: number = common.UInt16