import { ErrorType, Request } from "@novastar/codec"; //#region generated/api/FuncCard_SetFuncCardFPGAVersion_1.d.ts declare module '@novastar/codec' { interface API { FuncCard_SetFuncCardFPGAVersion_1(addr: number, portAddr: number, funcCardAddr: number, bBroadcast: boolean, fpgaVersion: number): Promise; tryFuncCard_SetFuncCardFPGAVersion_1(addr: number, portAddr: number, funcCardAddr: number, fpgaVersion: number): Promise; } } declare function createFuncCard_SetFuncCardFPGAVersion_1(addr: number, portAddr: number, funcCardAddr: number, bBroadcast: Broadcast, fpgaVersion: number): Request; //#endregion export { createFuncCard_SetFuncCardFPGAVersion_1 as t }; //# sourceMappingURL=FuncCard_SetFuncCardFPGAVersion_1-QZEnUn4m.d.cts.map