Dreamine.PLC.Wpf 1.0.1
Dreamine.PLC.Wpf 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
PlcOperationLogItem.cs
이 파일의 문서화 페이지로 가기
2
11public sealed class PlcOperationLogItem
12{
21 public DateTime Time { get; set; } = DateTime.Now;
22
31 public string Operation { get; set; } = string.Empty;
32
41 public string Address { get; set; } = string.Empty;
42
51 public string Values { get; set; } = string.Empty;
52
61 public bool IsSuccess { get; set; }
62
71 public string Message { get; set; } = string.Empty;
72}