import { ErrorType, Request } from "@novastar/codec"; //#region generated/api/FuncCard_SetFuncCardFPGALength_1.d.ts declare module '@novastar/codec' { interface API { FuncCard_SetFuncCardFPGALength_1(addr: number, portAddr: number, funcCardAddr: number, bBroadcast: boolean, fpgaLength: number): Promise; tryFuncCard_SetFuncCardFPGALength_1(addr: number, portAddr: number, funcCardAddr: number, fpgaLength: number): Promise; } } declare function createFuncCard_SetFuncCardFPGALength_1(addr: number, portAddr: number, funcCardAddr: number, bBroadcast: Broadcast, fpgaLength: number): Request; //#endregion export { createFuncCard_SetFuncCardFPGALength_1 as t }; //# sourceMappingURL=FuncCard_SetFuncCardFPGALength_1-BGZ457uW.d.mts.map