给OPCUC后台服务添加了更新类型
This commit is contained in:
@@ -100,6 +100,12 @@ public partial class VariableData : ObservableObject
|
||||
[ObservableProperty]
|
||||
private PollLevelType pollLevelType = PollLevelType.ThirtySeconds;
|
||||
|
||||
/// <summary>
|
||||
/// OPC UA更新类型,例如轮询或订阅。
|
||||
/// </summary>
|
||||
[ObservableProperty]
|
||||
private OpcUaUpdateType opcUaUpdateType = OpcUaUpdateType.OpcUaPoll;
|
||||
|
||||
/// <summary>
|
||||
/// 最后一次轮询时间。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user