给OPCUC后台服务添加了更新类型
This commit is contained in:
11
Enums/OpcUaUpdateType.cs
Normal file
11
Enums/OpcUaUpdateType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace PMSWPF.Enums;
|
||||
|
||||
public enum OpcUaUpdateType
|
||||
{
|
||||
[Description("OpcUa轮询")]
|
||||
OpcUaPoll,
|
||||
[Description("OpcUa订阅")]
|
||||
OpcUaSubscription
|
||||
}
|
||||
Reference in New Issue
Block a user