Files
6098-5/Cowain.Preheat.Common/Interface/ITrigService.cs
T
2026-05-28 22:11:13 +08:00

17 lines
372 B
C#

using Cowain.Preheat.Model.Models;
using Opc.Ua;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cowain.Preheat.Common.Interface
{
public interface ITrigService
{
void RecvTrigInfo(DataValue data, Variable node); //Variable node string trigInfo, string replyJosn
}
}