using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FLY.Thick.Base.OBJ_INTERFACE { public class OBJ_INTERFACE_ID { //public const UInt32 BULKDATA_ID = 0x003c0001; public const UInt32 BORDERSEARCH_ID = 0x30010001; public const UInt32 CURVE_ID = 0x30020001; public const UInt32 GET_SAMPLE_ID = 0x30030001; public const UInt32 REJECT_ID = 0x30040001; public const UInt32 BOLTCREATEINFO_ID = 0x30050001; public const UInt32 BOLTMAP_ID = 0x30060001; public const UInt32 INITPARAM_ID = 0x30070001; public const UInt32 WARNING_ID = 0x30080001; public const UInt32 SCANWARNING_ID = 0x30090001; public const UInt32 REMOTEHISTORY_ID = 0x300b0001; public const UInt32 COATINGSEGMENT_ID = 0x300c0001; public const UInt32 CS_HISTORY_ID = 0x300d0001; public const UInt32 GAGEINFO_ID = 0x300e0001; public const UInt32 FLYAD_ID = 0x300f0001; public const UInt32 FIX_ID = 0x30100001; public const UInt32 PROFILE_ID = 0x30110001; public const UInt32 PASSWORD_ID = 0x30120001; public const UInt32 BPROFILE_ID = 0x30130001; public const UInt32 PROFILESAMPLE_ID = 0x30140001; public const UInt32 SCANCORR_ID = 0x00220001; public const UInt32 TDGAGE_ID = 0x00140001; public const UInt32 DYNAREA_ID = 0x003B0001; } }