import { n as ScanTypeEnum } from "./ScanType-CCf07EHM.cjs"; import { n as OEPolarityTypeEnum } from "./OEPolarityType-BPJu98gr.cjs"; import { n as DecodeTypeEnum } from "./DecodeType-SEI2__Dn.cjs"; import { n as DataDirectionTypeEnum } from "./DataDirectionType-Mbi02guQ.cjs"; import { n as ScreenDriveTypeEnum } from "./ScreenDriveType-QJa8Ijd1.cjs"; import { Er as BufferFromBase64 } from "./index-s3f1rGjG.cjs"; import { n as ChipTypeEnum } from "./ChipType-beuV7YtL.cjs"; import * as t from "io-ts"; //#region generated/LEDModulePropertyThin.d.ts /** * Codec for interface {@link LEDModulePropertyThin} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:38081 */ declare const LEDModulePropertyThin: 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; 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 LEDModulePropertyThin extends t.TypeOf { ScanType: ScanTypeEnum; OEPolarity: OEPolarityTypeEnum; DecType: DecodeTypeEnum; DataDirectType?: DataDirectionTypeEnum; ScreenDriveType?: ScreenDriveTypeEnum; DriverChipType: ChipTypeEnum; } //#endregion export { LEDModulePropertyThin }; //# sourceMappingURL=LEDModulePropertyThin.d.cts.map