Dreamine.PLC.Wpf 1.0.1
Dreamine.PLC.Wpf 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
IPlcMonitorService.cs
이 파일의 문서화 페이지로 가기
1using Dreamine.PLC.Abstractions.Clients;
3
5
14public interface IPlcMonitorService
15{
25
58 void SetClient(IPlcClient client, string channelName);
59
108 void AppendLog(string operation, string address, string values, bool isSuccess, string message);
109}
void SetClient(IPlcClient client, string channelName)
void AppendLog(string operation, string address, string values, bool isSuccess, string message)