using System; using System.Collections.Generic; using System.Linq; using System.Text; using FObjBase; namespace OBJ_FileBus { public class FILEBUS_OBJ_INTERFACE { public const UInt32 ID = 0x10180001; #region CallFunction public const UInt16 CALL_MSG = 0x20; #endregion #region PushMsg public const UInt16 PUSH_MSG = 2; #endregion } }