初步完成OpcUa设备的开启连接,关闭断开连接的功能
This commit is contained in:
@@ -20,7 +20,7 @@ public interface IEventService
|
||||
/// </summary>
|
||||
/// <param name="sender">事件发送者</param>
|
||||
/// <param name="e">设备状态改变事件参数</param>
|
||||
void RaiseDeviceStatusChanged(object sender, DeviceActiveChangedEventArgs e);
|
||||
void RaiseDeviceActiveChanged(object sender, DeviceActiveChangedEventArgs e);
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user