import { n as ScanTypeEnum } from "./ScanType-BVKv8ghg.mjs"; import { n as OEPolarityTypeEnum } from "./OEPolarityType-C7mEeV1H.mjs"; import { n as DecodeTypeEnum } from "./DecodeType-B_yViqgi.mjs"; import { n as DataDirectionTypeEnum } from "./DataDirectionType-CjF_RXDu.mjs"; import { n as ScreenDriveTypeEnum } from "./ScreenDriveType-BqXcGbCS.mjs"; import { Er as BufferFromBase64 } from "./index-SPFEuHd7.mjs"; import { n as ChipTypeEnum } from "./ChipType-BtdAb65b.mjs"; import * as t from "io-ts"; //#region generated/LEDModuleProperty.d.ts /** * Codec for interface {@link LEDModuleProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:37620 */ declare const LEDModuleProperty: t.IntersectionC<[t.TypeC<{ ModuleVersion: t.StringC; ModulePixelCols: t.Type; ModulePixelRows: t.Type; ScanType: t.Type; OEPolarity: t.Type; DecType: t.Type; DataGroup: t.Type; TotalPointInTable: t.Type; SerialColorNum: t.Type; SerialDotsNumPerColor: t.Type; ChipMinLawRepeatNumber: t.Type; IrregularPointInfoArray: t.ArrayC; }>, t.PartialC<{ Scan: t.Type; Pos: t.Type; DG: t.Type; PointX: t.Type; PointY: t.Type; }>]>>; DataGroupDriverChipNumPairArray: t.ArrayC; DriverChipNum: t.Type; }>>; DriverChipType: t.Type; }>, t.PartialC<{ Name: t.StringC; DataDirectType: t.Type; DataGroupSequence: BufferFromBase64; ScanABCDCode: BufferFromBase64; NewScanABCDCode: BufferFromBase64; ScanABCDCodeSpecila: BufferFromBase64; RGBCode: BufferFromBase64; PointTableData: BufferFromBase64; RowsCtrlByDataGroup: BufferFromBase64; ScreenDriveType: t.Type; LineBias: t.Type; StartPositionOfDataGroup: BufferFromBase64; SerialRGBCode: BufferFromBase64; ChannelEnableData: BufferFromBase64; ChannelData: BufferFromBase64; ChipNumber: t.Type; IsIrregular: t.Type; IrregularPointInfo: t.StringC; DriverChipTypeExtend: t.Type; DriverTypePro: t.Type; DecodeTypePro: t.Type; }>]>; interface LEDModuleProperty extends t.TypeOf { ScanType: ScanTypeEnum; OEPolarity: OEPolarityTypeEnum; DecType: DecodeTypeEnum; DataDirectType?: DataDirectionTypeEnum; ScreenDriveType?: ScreenDriveTypeEnum; DriverChipType: ChipTypeEnum; } //#endregion export { LEDModuleProperty as t }; //# sourceMappingURL=LEDModuleProperty-BM8Y4INW.d.mts.map