ITDGageService.cs 311 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FLY.Thick.Base.Common;

namespace FLY.Thick.Base.IService
{
    
    public interface ITDGageService
    {
        void StartP1();
        void StartP2(STARTP2_MODE mode);
14
        void RunTo(int targetpos);
潘栩锋's avatar
潘栩锋 committed
15 16 17
    }

}