OBJ_INTERFACE_ID.cs 1.26 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FLY.Thick.BlowingScan.OBJ_INTERFACE
{
    public class OBJ_INTERFACE_ID
    {
10 11 12 13 14 15 16 17 18 19 20 21
        public const UInt32 BULK_ID = 0x003C0001;
        public const UInt32 PROFILE_ID = 0x30130001;
        public const UInt32 BORDERSEARCH_ID = 0x30010001;
        public const UInt32 CURVE_ID = 0x30020001;
        public const UInt32 GET_SAMPLE_ID = 0x30030001;
        public const UInt32 INITPARAM_ID = 0x30070001;
        public const UInt32 DYNAREA_ID = 0x003B0001;
        public const UInt32 FLYAD_ID = 0x300f0001;
        public const UInt32 FIX_ID = 0x30100001;
        public const UInt32 PASSWORD_ID = 0x30120001;
        public const UInt32 TDGAGE_ID = 0x00140001;

潘栩锋's avatar
潘栩锋 committed
22 23
        public const UInt32 RENZIJIA_ID = 0x40000001;
        public const UInt32 BDETECT_ID = 0x40000002;
潘栩锋's avatar
潘栩锋 committed
24 25
        public const UInt32 SCANWARNING_ID = 0x40000003;
        public const UInt32 BULKDB_ID = 0x40000004;
26 27 28 29 30 31
        public const UInt32 SCANCORR_ID = 0x00220001;
        public const UInt32 GAGEINFO_ID = 0x300e0001;

        public const UInt32 WARNING_OBJ_ID = 0x001f0300;
        public const UInt32 WARNING_OBJ_REASONLIST_ID = 0x001f0301;
        public const UInt32 WARNING_OBJ_NEWESTLIST_ID = 0x001f0302;
潘栩锋's avatar
潘栩锋 committed
32 33


潘栩锋's avatar
潘栩锋 committed
34 35
    }
}