修改OpcUa后台服务(未完成)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using DMS.Core.Models;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DMS.Application.Interfaces;
|
||||
|
||||
public interface IDeviceDataService
|
||||
{
|
||||
List<Device> Devices { get; }
|
||||
event Action<List<Device>> OnDeviceListChanged;
|
||||
event Action<Device, bool> OnDeviceIsActiveChanged;
|
||||
Task InitializeAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user