在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C# SECS 通信实例源代码

C# SECS 通信实例源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:32.70M
  • 下载次数:276
  • 浏览次数:2950
  • 发布时间:2020-10-26
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
SECS HSMS, socket create by csharp , easy to use or reference resources
【实例截图】
【核心代码】
secs4net-master
└── secs4net-master
├── _config.yml
├── LICENSE
├── README.md
└── secs4net
├── common.json
├── common.sml
├── Core
│   ├── CIM.EAP
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Cim.Eap.dll
│   │   │   ├── Cim.Eap.pdb
│   │   │   ├── Cim.Management.dll
│   │   │   ├── Cim.Management.pdb
│   │   │   ├── CIM.Service.dll
│   │   │   ├── CIM.Service.pdb
│   │   │   ├── log4net.dll
│   │   │   ├── log4net.xml
│   │   │   ├── Microsoft.Win32.Primitives.dll
│   │   │   ├── netstandard.dll
│   │   │   ├── Secs4Net.dll
│   │   │   ├── Secs4Net.pdb
│   │   │   ├── Secs4Net.Sml.dll
│   │   │   ├── Secs4Net.Sml.pdb
│   │   │   ├── System.AppContext.dll
│   │   │   ├── System.Collections.Concurrent.dll
│   │   │   ├── System.Collections.dll
│   │   │   ├── System.Collections.NonGeneric.dll
│   │   │   ├── System.Collections.Specialized.dll
│   │   │   ├── System.ComponentModel.dll
│   │   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   │   ├── System.ComponentModel.Primitives.dll
│   │   │   ├── System.ComponentModel.TypeConverter.dll
│   │   │   ├── System.Console.dll
│   │   │   ├── System.Data.Common.dll
│   │   │   ├── System.Diagnostics.Contracts.dll
│   │   │   ├── System.Diagnostics.Debug.dll
│   │   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   ├── System.Diagnostics.Process.dll
│   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   │   ├── System.Diagnostics.Tools.dll
│   │   │   ├── System.Diagnostics.TraceSource.dll
│   │   │   ├── System.Diagnostics.Tracing.dll
│   │   │   ├── System.Drawing.Primitives.dll
│   │   │   ├── System.Dynamic.Runtime.dll
│   │   │   ├── System.Globalization.Calendars.dll
│   │   │   ├── System.Globalization.dll
│   │   │   ├── System.Globalization.Extensions.dll
│   │   │   ├── System.IO.Compression.dll
│   │   │   ├── System.IO.Compression.ZipFile.dll
│   │   │   ├── System.IO.dll
│   │   │   ├── System.IO.FileSystem.dll
│   │   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   ├── System.IO.FileSystem.Watcher.dll
│   │   │   ├── System.IO.IsolatedStorage.dll
│   │   │   ├── System.IO.MemoryMappedFiles.dll
│   │   │   ├── System.IO.Pipes.dll
│   │   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   │   ├── System.Linq.dll
│   │   │   ├── System.Linq.Expressions.dll
│   │   │   ├── System.Linq.Parallel.dll
│   │   │   ├── System.Linq.Queryable.dll
│   │   │   ├── System.Net.Http.dll
│   │   │   ├── System.Net.NameResolution.dll
│   │   │   ├── System.Net.NetworkInformation.dll
│   │   │   ├── System.Net.Ping.dll
│   │   │   ├── System.Net.Primitives.dll
│   │   │   ├── System.Net.Requests.dll
│   │   │   ├── System.Net.Security.dll
│   │   │   ├── System.Net.Sockets.dll
│   │   │   ├── System.Net.WebHeaderCollection.dll
│   │   │   ├── System.Net.WebSockets.Client.dll
│   │   │   ├── System.Net.WebSockets.dll
│   │   │   ├── System.ObjectModel.dll
│   │   │   ├── System.Reflection.dll
│   │   │   ├── System.Reflection.Extensions.dll
│   │   │   ├── System.Reflection.Primitives.dll
│   │   │   ├── System.Resources.Reader.dll
│   │   │   ├── System.Resources.ResourceManager.dll
│   │   │   ├── System.Resources.Writer.dll
│   │   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   │   ├── System.Runtime.dll
│   │   │   ├── System.Runtime.Extensions.dll
│   │   │   ├── System.Runtime.Handles.dll
│   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── System.Runtime.Numerics.dll
│   │   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   │   ├── System.Runtime.Serialization.Json.dll
│   │   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   │   ├── System.Runtime.Serialization.Xml.dll
│   │   │   ├── System.Security.Claims.dll
│   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── System.Security.Cryptography.Csp.dll
│   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── System.Security.Principal.dll
│   │   │   ├── System.Security.SecureString.dll
│   │   │   ├── System.Text.Encoding.dll
│   │   │   ├── System.Text.Encoding.Extensions.dll
│   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.Overlapped.dll
│   │   │   ├── System.Threading.Tasks.dll
│   │   │   ├── System.Threading.Tasks.Parallel.dll
│   │   │   ├── System.Threading.Thread.dll
│   │   │   ├── System.Threading.ThreadPool.dll
│   │   │   ├── System.Threading.Timer.dll
│   │   │   ├── System.ValueTuple.dll
│   │   │   ├── System.Xml.ReaderWriter.dll
│   │   │   ├── System.Xml.XDocument.dll
│   │   │   ├── System.Xml.XmlDocument.dll
│   │   │   ├── System.Xml.XmlSerializer.dll
│   │   │   ├── System.Xml.XPath.dll
│   │   │   └── System.Xml.XPath.XDocument.dll
│   │   ├── CIM.Eap.csproj
│   │   ├── Data
│   │   │   ├── Carrier.cs
│   │   │   ├── ControlJob.cs
│   │   │   ├── EDALotInfo.cs
│   │   │   ├── Enum.cs
│   │   │   ├── LoadPort.cs
│   │   │   ├── ProcessJob.cs
│   │   │   ├── RecipeParameter.cs
│   │   │   ├── SlotInfo.cs
│   │   │   └── SorterJob.cs
│   │   ├── EapConfig.cs
│   │   ├── EapDriver.cs
│   │   ├── EventReportLink.cs
│   │   ├── Helper.cs
│   │   ├── IEap.cs
│   │   ├── Loger.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── CIM.Eap.csprojAssemblyReference.cache
│   │   │   ├── CIM.Eap.csproj.CopyComplete
│   │   │   ├── CIM.Eap.csproj.CoreCompileInputs.cache
│   │   │   ├── CIM.Eap.csproj.FileListAbsolute.txt
│   │   │   ├── Cim.Eap.dll
│   │   │   ├── Cim.Eap.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ScenarioException.cs
│   │   ├── SecsMessageList.cs
│   │   ├── TX.cs
│   │   ├── TxMessage
│   │   │   ├── AccessModeChange.cs
│   │   │   ├── AskLoadStatus.cs
│   │   │   ├── CancelCarrierRequest.cs
│   │   │   ├── CarrierOut.cs
│   │   │   ├── ControlJobsInfoInqueryAck.cs
│   │   │   ├── CreateControlJob.cs
│   │   │   ├── CreateProcessJob.cs
│   │   │   ├── CreateSorterControlJob.cs
│   │   │   ├── CreateSorterProcessJob.cs
│   │   │   ├── PPBodyQuery.cs
│   │   │   ├── ProceedSlotmap.cs
│   │   │   ├── ProceedWithCarrier.cs
│   │   │   └── ToolModeChange.cs
│   │   └── TxReport
│   │   ├── CarrierCompleteReport.cs
│   │   ├── CarrierIDReportReport.cs
│   │   ├── CarrierInCompleteReport.cs
│   │   ├── CarrierOutCompleteReport.cs
│   │   ├── ChamberStatusReport.cs
│   │   ├── ControlJobEndReport.cs
│   │   ├── ControlJobsInfoInqueryRequest.cs
│   │   ├── ControlJobStartReport.cs
│   │   ├── DataCollectionCompleteReport.cs
│   │   ├── DataCollectionReport.cs
│   │   ├── LoadCompReport.cs
│   │   ├── ProcessedWaferCountReport.cs
│   │   ├── ProcessJobEndReport.cs
│   │   ├── ProcessJobStartReport.cs
│   │   ├── ReadyToLoadReport.cs
│   │   ├── ReadyToUnloadReport.cs
│   │   ├── SlotMapReport.cs
│   │   ├── SorterControlJobEnd.cs
│   │   ├── SorterControlJobStart.cs
│   │   ├── ToolAlarmReport.cs
│   │   ├── ToolInventoryReport.cs
│   │   ├── UnloadCompleteReport.cs
│   │   ├── WaferEndReport.cs
│   │   └── WaferStartReport.cs
│   ├── CIM.Management
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Cim.Management.dll
│   │   │   ├── Cim.Management.pdb
│   │   │   ├── CIM.Service.dll
│   │   │   ├── CIM.Service.pdb
│   │   │   ├── Microsoft.Win32.Primitives.dll
│   │   │   ├── netstandard.dll
│   │   │   ├── Secs4Net.dll
│   │   │   ├── Secs4Net.pdb
│   │   │   ├── System.AppContext.dll
│   │   │   ├── System.Collections.Concurrent.dll
│   │   │   ├── System.Collections.dll
│   │   │   ├── System.Collections.NonGeneric.dll
│   │   │   ├── System.Collections.Specialized.dll
│   │   │   ├── System.ComponentModel.dll
│   │   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   │   ├── System.ComponentModel.Primitives.dll
│   │   │   ├── System.ComponentModel.TypeConverter.dll
│   │   │   ├── System.Console.dll
│   │   │   ├── System.Data.Common.dll
│   │   │   ├── System.Diagnostics.Contracts.dll
│   │   │   ├── System.Diagnostics.Debug.dll
│   │   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   ├── System.Diagnostics.Process.dll
│   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   │   ├── System.Diagnostics.Tools.dll
│   │   │   ├── System.Diagnostics.TraceSource.dll
│   │   │   ├── System.Diagnostics.Tracing.dll
│   │   │   ├── System.Drawing.Primitives.dll
│   │   │   ├── System.Dynamic.Runtime.dll
│   │   │   ├── System.Globalization.Calendars.dll
│   │   │   ├── System.Globalization.dll
│   │   │   ├── System.Globalization.Extensions.dll
│   │   │   ├── System.IO.Compression.dll
│   │   │   ├── System.IO.Compression.ZipFile.dll
│   │   │   ├── System.IO.dll
│   │   │   ├── System.IO.FileSystem.dll
│   │   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   ├── System.IO.FileSystem.Watcher.dll
│   │   │   ├── System.IO.IsolatedStorage.dll
│   │   │   ├── System.IO.MemoryMappedFiles.dll
│   │   │   ├── System.IO.Pipes.dll
│   │   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   │   ├── System.Linq.dll
│   │   │   ├── System.Linq.Expressions.dll
│   │   │   ├── System.Linq.Parallel.dll
│   │   │   ├── System.Linq.Queryable.dll
│   │   │   ├── System.Net.Http.dll
│   │   │   ├── System.Net.NameResolution.dll
│   │   │   ├── System.Net.NetworkInformation.dll
│   │   │   ├── System.Net.Ping.dll
│   │   │   ├── System.Net.Primitives.dll
│   │   │   ├── System.Net.Requests.dll
│   │   │   ├── System.Net.Security.dll
│   │   │   ├── System.Net.Sockets.dll
│   │   │   ├── System.Net.WebHeaderCollection.dll
│   │   │   ├── System.Net.WebSockets.Client.dll
│   │   │   ├── System.Net.WebSockets.dll
│   │   │   ├── System.ObjectModel.dll
│   │   │   ├── System.Reflection.dll
│   │   │   ├── System.Reflection.Extensions.dll
│   │   │   ├── System.Reflection.Primitives.dll
│   │   │   ├── System.Resources.Reader.dll
│   │   │   ├── System.Resources.ResourceManager.dll
│   │   │   ├── System.Resources.Writer.dll
│   │   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   │   ├── System.Runtime.dll
│   │   │   ├── System.Runtime.Extensions.dll
│   │   │   ├── System.Runtime.Handles.dll
│   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── System.Runtime.Numerics.dll
│   │   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   │   ├── System.Runtime.Serialization.Json.dll
│   │   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   │   ├── System.Runtime.Serialization.Xml.dll
│   │   │   ├── System.Security.Claims.dll
│   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── System.Security.Cryptography.Csp.dll
│   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── System.Security.Principal.dll
│   │   │   ├── System.Security.SecureString.dll
│   │   │   ├── System.Text.Encoding.dll
│   │   │   ├── System.Text.Encoding.Extensions.dll
│   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.Overlapped.dll
│   │   │   ├── System.Threading.Tasks.dll
│   │   │   ├── System.Threading.Tasks.Parallel.dll
│   │   │   ├── System.Threading.Thread.dll
│   │   │   ├── System.Threading.ThreadPool.dll
│   │   │   ├── System.Threading.Timer.dll
│   │   │   ├── System.ValueTuple.dll
│   │   │   ├── System.Xml.ReaderWriter.dll
│   │   │   ├── System.Xml.XDocument.dll
│   │   │   ├── System.Xml.XmlDocument.dll
│   │   │   ├── System.Xml.XmlSerializer.dll
│   │   │   ├── System.Xml.XPath.dll
│   │   │   └── System.Xml.XPath.XDocument.dll
│   │   ├── CIM.Management.csproj
│   │   ├── EventSponsor.cs
│   │   ├── ExtensionHelper.cs
│   │   ├── GlobalSuppressions.cs
│   │   ├── ISecsDevice.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── CIM.Management.csprojAssemblyReference.cache
│   │   │   ├── CIM.Management.csproj.CopyComplete
│   │   │   ├── CIM.Management.csproj.CoreCompileInputs.cache
│   │   │   ├── CIM.Management.csproj.FileListAbsolute.txt
│   │   │   ├── Cim.Management.dll
│   │   │   ├── Cim.Management.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SecsEventSubscription.cs
│   │   ├── SerializableDisposable.cs
│   │   └── SubscriptionTrackingHandler.cs
│   ├── CIM.Services
│   │   ├── bin
│   │   │   └── Debug
│   │   │   └── netstandard2.0
│   │   │   ├── CIM.Service.deps.json
│   │   │   ├── CIM.Service.dll
│   │   │   └── CIM.Service.pdb
│   │   ├── CIM.Services.csproj
│   │   ├── ICentralService.cs
│   │   ├── IServiceManager.cs
│   │   └── obj
│   │   ├── CIM.Services.csproj.nuget.cache
│   │   ├── CIM.Services.csproj.nuget.g.props
│   │   ├── CIM.Services.csproj.nuget.g.targets
│   │   ├── Debug
│   │   │   └── netstandard2.0
│   │   │   ├── CIM.Service.dll
│   │   │   ├── CIM.Service.pdb
│   │   │   ├── CIM.Services.AssemblyInfo.cs
│   │   │   ├── CIM.Services.AssemblyInfoInputs.cache
│   │   │   ├── CIM.Services.assets.cache
│   │   │   ├── CIM.Services.csprojAssemblyReference.cache
│   │   │   ├── CIM.Services.csproj.CoreCompileInputs.cache
│   │   │   └── CIM.Services.csproj.FileListAbsolute.txt
│   │   └── project.assets.json
│   ├── EAPHost
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Cim.Eap.dll
│   │   │   ├── Cim.Eap.pdb
│   │   │   ├── Cim.Management.dll
│   │   │   ├── Cim.Management.pdb
│   │   │   ├── CIM.Service.dll
│   │   │   ├── CIM.Service.pdb
│   │   │   ├── EAP.exe
│   │   │   ├── EAP.exe.config
│   │   │   ├── EAP.pdb
│   │   │   ├── log4net.dll
│   │   │   ├── log4net.xml
│   │   │   ├── Microsoft.Win32.Primitives.dll
│   │   │   ├── netstandard.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── Secs4Net.dll
│   │   │   ├── Secs4Net.pdb
│   │   │   ├── Secs4Net.Sml.dll
│   │   │   ├── Secs4Net.Sml.pdb
│   │   │   ├── System.AppContext.dll
│   │   │   ├── System.Collections.Concurrent.dll
│   │   │   ├── System.Collections.dll
│   │   │   ├── System.Collections.NonGeneric.dll
│   │   │   ├── System.Collections.Specialized.dll
│   │   │   ├── System.ComponentModel.dll
│   │   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   │   ├── System.ComponentModel.Primitives.dll
│   │   │   ├── System.ComponentModel.TypeConverter.dll
│   │   │   ├── System.Console.dll
│   │   │   ├── System.Data.Common.dll
│   │   │   ├── System.Diagnostics.Contracts.dll
│   │   │   ├── System.Diagnostics.Debug.dll
│   │   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   ├── System.Diagnostics.Process.dll
│   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   │   ├── System.Diagnostics.Tools.dll
│   │   │   ├── System.Diagnostics.TraceSource.dll
│   │   │   ├── System.Diagnostics.Tracing.dll
│   │   │   ├── System.Drawing.Primitives.dll
│   │   │   ├── System.Dynamic.Runtime.dll
│   │   │   ├── System.Globalization.Calendars.dll
│   │   │   ├── System.Globalization.dll
│   │   │   ├── System.Globalization.Extensions.dll
│   │   │   ├── System.IO.Compression.dll
│   │   │   ├── System.IO.Compression.ZipFile.dll
│   │   │   ├── System.IO.dll
│   │   │   ├── System.IO.FileSystem.dll
│   │   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   ├── System.IO.FileSystem.Watcher.dll
│   │   │   ├── System.IO.IsolatedStorage.dll
│   │   │   ├── System.IO.MemoryMappedFiles.dll
│   │   │   ├── System.IO.Pipes.dll
│   │   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   │   ├── System.Linq.dll
│   │   │   ├── System.Linq.Expressions.dll
│   │   │   ├── System.Linq.Parallel.dll
│   │   │   ├── System.Linq.Queryable.dll
│   │   │   ├── System.Net.Http.dll
│   │   │   ├── System.Net.NameResolution.dll
│   │   │   ├── System.Net.NetworkInformation.dll
│   │   │   ├── System.Net.Ping.dll
│   │   │   ├── System.Net.Primitives.dll
│   │   │   ├── System.Net.Requests.dll
│   │   │   ├── System.Net.Security.dll
│   │   │   ├── System.Net.Sockets.dll
│   │   │   ├── System.Net.WebHeaderCollection.dll
│   │   │   ├── System.Net.WebSockets.Client.dll
│   │   │   ├── System.Net.WebSockets.dll
│   │   │   ├── System.ObjectModel.dll
│   │   │   ├── System.Reflection.dll
│   │   │   ├── System.Reflection.Extensions.dll
│   │   │   ├── System.Reflection.Primitives.dll
│   │   │   ├── System.Resources.Reader.dll
│   │   │   ├── System.Resources.ResourceManager.dll
│   │   │   ├── System.Resources.Writer.dll
│   │   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   │   ├── System.Runtime.dll
│   │   │   ├── System.Runtime.Extensions.dll
│   │   │   ├── System.Runtime.Handles.dll
│   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── System.Runtime.Numerics.dll
│   │   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   │   ├── System.Runtime.Serialization.Json.dll
│   │   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   │   ├── System.Runtime.Serialization.Xml.dll
│   │   │   ├── System.Security.Claims.dll
│   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── System.Security.Cryptography.Csp.dll
│   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── System.Security.Principal.dll
│   │   │   ├── System.Security.SecureString.dll
│   │   │   ├── System.Text.Encoding.dll
│   │   │   ├── System.Text.Encoding.Extensions.dll
│   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.Overlapped.dll
│   │   │   ├── System.Threading.Tasks.dll
│   │   │   ├── System.Threading.Tasks.Parallel.dll
│   │   │   ├── System.Threading.Thread.dll
│   │   │   ├── System.Threading.ThreadPool.dll
│   │   │   ├── System.Threading.Timer.dll
│   │   │   ├── System.ValueTuple.dll
│   │   │   ├── System.Xml.ReaderWriter.dll
│   │   │   ├── System.Xml.XDocument.dll
│   │   │   ├── System.Xml.XmlDocument.dll
│   │   │   ├── System.Xml.XmlSerializer.dll
│   │   │   ├── System.Xml.XPath.dll
│   │   │   └── System.Xml.XPath.XDocument.dll
│   │   ├── DateRollingLogFileAppender.cs
│   │   ├── EAP Host.csproj
│   │   ├── EAP Host.csproj.vs10x
│   │   ├── LimitedConcurrencyLevelTaskScheduler.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Cim.Eap.HostMainForm.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── EAP.exe
│   │   │   ├── EAP Host.csprojAssemblyReference.cache
│   │   │   ├── EAP Host.csproj.CopyComplete
│   │   │   ├── EAP Host.csproj.CoreCompileInputs.cache
│   │   │   ├── EAP Host.csproj.FileListAbsolute.txt
│   │   │   ├── EAP Host.csproj.GenerateResource.cache
│   │   │   ├── EAP.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── OrderedTaskScheduler.cs
│   │   ├── packages.config
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── TextBoxAppender.cs
│   └── Secs4Net
│   ├── bin
│   │   └── Debug
│   │   └── netstandard2.0
│   │   ├── Secs4Net.deps.json
│   │   ├── Secs4Net.dll
│   │   └── Secs4Net.pdb
│   ├── ConnectionState.cs
│   ├── ExtensionHelper.cs
│   ├── Header.cs
│   ├── ISecsGemLogger.cs
│   ├── Item.cs
│   ├── MessageType.cs
│   ├── obj
│   │   ├── Debug
│   │   │   └── netstandard2.0
│   │   │   ├── Secs4Net.AssemblyInfo.cs
│   │   │   ├── Secs4Net.AssemblyInfoInputs.cache
│   │   │   ├── Secs4Net.assets.cache
│   │   │   ├── Secs4Net.csprojAssemblyReference.cache
│   │   │   ├── Secs4Net.csproj.CoreCompileInputs.cache
│   │   │   ├── Secs4Net.csproj.FileListAbsolute.txt
│   │   │   ├── Secs4Net.csproj.GenerateResource.cache
│   │   │   ├── Secs4Net.dll
│   │   │   ├── Secs4Net.pdb
│   │   │   └── Secs4Net.Resources.resources
│   │   ├── project.assets.json
│   │   ├── Secs4Net.csproj.nuget.cache
│   │   ├── Secs4Net.csproj.nuget.g.props
│   │   └── Secs4Net.csproj.nuget.g.targets
│   ├── PrimaryMessageWrapper.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Secs4Net.csproj
│   ├── SecsException.cs
│   ├── SecsFormat.cs
│   ├── SecsGem.cs
│   ├── SecsMessage.cs
│   ├── StreamDecoder.cs
│   └── SystemByteGenerator.cs
├── DeviceManagement
│   ├── CentralMonitor
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CentralMonitor.exe
│   │   │   ├── CentralMonitor.exe.config
│   │   │   ├── CentralMonitor.pdb
│   │   │   ├── Cim.Management.dll
│   │   │   ├── Cim.Management.pdb
│   │   │   ├── CIM.Service.dll
│   │   │   ├── CIM.Service.pdb
│   │   │   ├── Microsoft.Win32.Primitives.dll
│   │   │   ├── netstandard.dll
│   │   │   ├── Secs4Net.dll
│   │   │   ├── Secs4Net.pdb
│   │   │   ├── System.AppContext.dll
│   │   │   ├── System.Collections.Concurrent.dll
│   │   │   ├── System.Collections.dll
│   │   │   ├── System.Collections.NonGeneric.dll
│   │   │   ├── System.Collections.Specialized.dll
│   │   │   ├── System.ComponentModel.dll
│   │   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   │   ├── System.ComponentModel.Primitives.dll
│   │   │   ├── System.ComponentModel.TypeConverter.dll
│   │   │   ├── System.Console.dll
│   │   │   ├── System.Data.Common.dll
│   │   │   ├── System.Diagnostics.Contracts.dll
│   │   │   ├── System.Diagnostics.Debug.dll
│   │   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   ├── System.Diagnostics.Process.dll
│   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   │   ├── System.Diagnostics.Tools.dll
│   │   │   ├── System.Diagnostics.TraceSource.dll
│   │   │   ├── System.Diagnostics.Tracing.dll
│   │   │   ├── System.Drawing.Primitives.dll
│   │   │   ├── System.Dynamic.Runtime.dll
│   │   │   ├── System.Globalization.Calendars.dll
│   │   │   ├── System.Globalization.dll
│   │   │   ├── System.Globalization.Extensions.dll
│   │   │   ├── System.IO.Compression.dll
│   │   │   ├── System.IO.Compression.ZipFile.dll
│   │   │   ├── System.IO.dll
│   │   │   ├── System.IO.FileSystem.dll
│   │   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   ├── System.IO.FileSystem.Watcher.dll
│   │   │   ├── System.IO.IsolatedStorage.dll
│   │   │   ├── System.IO.MemoryMappedFiles.dll
│   │   │   ├── System.IO.Pipes.dll
│   │   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   │   ├── System.Linq.dll
│   │   │   ├── System.Linq.Expressions.dll
│   │   │   ├── System.Linq.Parallel.dll
│   │   │   ├── System.Linq.Queryable.dll
│   │   │   ├── System.Net.Http.dll
│   │   │   ├── System.Net.NameResolution.dll
│   │   │   ├── System.Net.NetworkInformation.dll
│   │   │   ├── System.Net.Ping.dll
│   │   │   ├── System.Net.Primitives.dll
│   │   │   ├── System.Net.Requests.dll
│   │   │   ├── System.Net.Security.dll
│   │   │   ├── System.Net.Sockets.dll
│   │   │   ├── System.Net.WebHeaderCollection.dll
│   │   │   ├── System.Net.WebSockets.Client.dll
│   │   │   ├── System.Net.WebSockets.dll
│   │   │   ├── System.ObjectModel.dll
│   │   │   ├── System.Reflection.dll
│   │   │   ├── System.Reflection.Extensions.dll
│   │   │   ├── System.Reflection.Primitives.dll
│   │   │   ├── System.Resources.Reader.dll
│   │   │   ├── System.Resources.ResourceManager.dll
│   │   │   ├── System.Resources.Writer.dll
│   │   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   │   ├── System.Runtime.dll
│   │   │   ├── System.Runtime.Extensions.dll
│   │   │   ├── System.Runtime.Handles.dll
│   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── System.Runtime.Numerics.dll
│   │   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   │   ├── System.Runtime.Serialization.Json.dll
│   │   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   │   ├── System.Runtime.Serialization.Xml.dll
│   │   │   ├── System.Security.Claims.dll
│   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── System.Security.Cryptography.Csp.dll
│   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── System.Security.Principal.dll
│   │   │   ├── System.Security.SecureString.dll
│   │   │   ├── System.Text.Encoding.dll
│   │   │   ├── System.Text.Encoding.Extensions.dll
│   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.Overlapped.dll
│   │   │   ├── System.Threading.Tasks.dll
│   │   │   ├── System.Threading.Tasks.Parallel.dll
│   │   │   ├── System.Threading.Thread.dll
│   │   │   ├── System.Threading.ThreadPool.dll
│   │   │   ├── System.Threading.Timer.dll
│   │   │   ├── System.ValueTuple.dll
│   │   │   ├── System.Xml.ReaderWriter.dll
│   │   │   ├── System.Xml.XDocument.dll
│   │   │   ├── System.Xml.XmlDocument.dll
│   │   │   ├── System.Xml.XmlSerializer.dll
│   │   │   ├── System.Xml.XPath.dll
│   │   │   └── System.Xml.XPath.XDocument.dll
│   │   ├── CentralMonitor.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── CentralMonitor.csprojAssemblyReference.cache
│   │   │   ├── CentralMonitor.csproj.CopyComplete
│   │   │   ├── CentralMonitor.csproj.CoreCompileInputs.cache
│   │   │   ├── CentralMonitor.csproj.FileListAbsolute.txt
│   │   │   ├── CentralMonitor.csproj.GenerateResource.cache
│   │   │   ├── CentralMonitor.exe
│   │   │   ├── CentralMonitor.g.resources
│   │   │   ├── CentralMonitor_MarkupCompile.cache
│   │   │   ├── CentralMonitor_MarkupCompile.lref
│   │   │   ├── CentralMonitor.pdb
│   │   │   ├── CentralMonitor.Properties.Resources.resources
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── Window1.baml
│   │   │   ├── Window1.g.cs
│   │   │   └── Window1.g.i.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── ServiceImpl.cs
│   │   ├── Tool.cs
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── ToolMonitor
│   │   ├── App.config
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── ToolMonitor(Active).csprojAssemblyReference.cache
│   │   │   └── ToolMonitor(Active).csproj.CoreCompileInputs.cache
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DataSources
│   │   │   │   └── Loadport.datasource
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── ToolMonitor(Active).csproj
│   └── ToolPortMonitor(passive)
│   ├── App.config
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   └── Debug
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── ToolMonitor(Passive).csprojAssemblyReference.cache
│   │   └── ToolMonitor(Passive).csproj.CoreCompileInputs.cache
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── DataSources
│   │   │   └── Loadport.datasource
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── ToolMonitor(Passive).csproj
├── Devices
│   ├── DeviceSimulator
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Microsoft.Win32.Primitives.dll
│   │   │   ├── netstandard.dll
│   │   │   ├── Secs4Net.dll
│   │   │   ├── Secs4Net.pdb
│   │   │   ├── Secs4Net.Sml.dll
│   │   │   ├── Secs4Net.Sml.pdb
│   │   │   ├── SecsDevice.exe
│   │   │   ├── SecsDevice.exe.config
│   │   │   ├── SecsDevice.pdb
│   │   │   ├── System.AppContext.dll
│   │   │   ├── System.Collections.Concurrent.dll
│   │   │   ├── System.Collections.dll
│   │   │   ├── System.Collections.NonGeneric.dll
│   │   │   ├── System.Collections.Specialized.dll
│   │   │   ├── System.ComponentModel.dll
│   │   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   │   ├── System.ComponentModel.Primitives.dll
│   │   │   ├── System.ComponentModel.TypeConverter.dll
│   │   │   ├── System.Console.dll
│   │   │   ├── System.Data.Common.dll
│   │   │   ├── System.Diagnostics.Contracts.dll
│   │   │   ├── System.Diagnostics.Debug.dll
│   │   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   ├── System.Diagnostics.Process.dll
│   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   │   ├── System.Diagnostics.Tools.dll
│   │   │   ├── System.Diagnostics.TraceSource.dll
│   │   │   ├── System.Diagnostics.Tracing.dll
│   │   │   ├── System.Drawing.Primitives.dll
│   │   │   ├── System.Dynamic.Runtime.dll
│   │   │   ├── System.Globalization.Calendars.dll
│   │   │   ├── System.Globalization.dll
│   │   │   ├── System.Globalization.Extensions.dll
│   │   │   ├── System.IO.Compression.dll
│   │   │   ├── System.IO.Compression.ZipFile.dll
│   │   │   ├── System.IO.dll
│   │   │   ├── System.IO.FileSystem.dll
│   │   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   ├── System.IO.FileSystem.Watcher.dll
│   │   │   ├── System.IO.IsolatedStorage.dll
│   │   │   ├── System.IO.MemoryMappedFiles.dll
│   │   │   ├── System.IO.Pipes.dll
│   │   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   │   ├── System.Linq.dll
│   │   │   ├── System.Linq.Expressions.dll
│   │   │   ├── System.Linq.Parallel.dll
│   │   │   ├── System.Linq.Queryable.dll
│   │   │   ├── System.Net.Http.dll
│   │   │   ├── System.Net.NameResolution.dll
│   │   │   ├── System.Net.NetworkInformation.dll
│   │   │   ├── System.Net.Ping.dll
│   │   │   ├── System.Net.Primitives.dll
│   │   │   ├── System.Net.Requests.dll
│   │   │   ├── System.Net.Security.dll
│   │   │   ├── System.Net.Sockets.dll
│   │   │   ├── System.Net.WebHeaderCollection.dll
│   │   │   ├── System.Net.WebSockets.Client.dll
│   │   │   ├── System.Net.WebSockets.dll
│   │   │   ├── System.ObjectModel.dll
│   │   │   ├── System.Reflection.dll
│   │   │   ├── System.Reflection.Extensions.dll
│   │   │   ├── System.Reflection.Primitives.dll
│   │   │   ├── System.Resources.Reader.dll
│   │   │   ├── System.Resources.ResourceManager.dll
│   │   │   ├── System.Resources.Writer.dll
│   │   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   │   ├── System.Runtime.dll
│   │   │   ├── System.Runtime.Extensions.dll
│   │   │   ├── System.Runtime.Handles.dll
│   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── System.Runtime.Numerics.dll
│   │   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   │   ├── System.Runtime.Serialization.Json.dll
│   │   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   │   ├── System.Runtime.Serialization.Xml.dll
│   │   │   ├── System.Security.Claims.dll
│   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── System.Security.Cryptography.Csp.dll
│   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── System.Security.Principal.dll
│   │   │   ├── System.Security.SecureString.dll
│   │   │   ├── System.Text.Encoding.dll
│   │   │   ├── System.Text.Encoding.Extensions.dll
│   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.Overlapped.dll
│   │   │   ├── System.Threading.Tasks.dll
│   │   │   ├── System.Threading.Tasks.Parallel.dll
│   │   │   ├── System.Threading.Thread.dll
│   │   │   ├── System.Threading.ThreadPool.dll
│   │   │   ├── System.Threading.Timer.dll
│   │   │   ├── System.ValueTuple.dll
│   │   │   ├── System.Xml.ReaderWriter.dll
│   │   │   ├── System.Xml.XDocument.dll
│   │   │   ├── System.Xml.XmlDocument.dll
│   │   │   ├── System.Xml.XmlSerializer.dll
│   │   │   ├── System.Xml.XPath.dll
│   │   │   └── System.Xml.XPath.XDocument.dll
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SecsDevice.csprojAssemblyReference.cache
│   │   │   ├── SecsDevice.csproj.CopyComplete
│   │   │   ├── SecsDevice.csproj.CoreCompileInputs.cache
│   │   │   ├── SecsDevice.csproj.FileListAbsolute.txt
│   │   │   ├── SecsDevice.csproj.GenerateResource.cache
│   │   │   ├── SecsDevice.exe
│   │   │   ├── SecsDevice.Form1.resources
│   │   │   ├── SecsDevice.pdb
│   │   │   ├── SecsDevice.Properties.Resources.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DataSources
│   │   │   │   └── RecvMessage.datasource
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ReadMe.txt
│   │   └── SecsDevice.csproj
│   ├── LinqPadDeriver
│   │   ├── ConnectionDialog.xaml
│   │   ├── ConnectionDialog.xaml.cs
│   │   ├── DevDeploy.bat
│   │   ├── header.xml
│   │   ├── LinqPadDeriver.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── ConnectionDialog.g.cs
│   │   │   ├── ConnectionDialog.g.i.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── LinqPadDeriver.csprojAssemblyReference.cache
│   │   │   ├── LinqPadDeriver.csproj.CoreCompileInputs.cache
│   │   │   ├── Secs4Net.LinqPadDriver_MarkupCompile.cache
│   │   │   ├── Secs4Net.LinqPadDriver_MarkupCompile.lref
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SecsMessageObservableDriver.cs
│   ├── MWN01
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Cim.Eap.dll
│   │   │   ├── Cim.Eap.pdb
│   │   │   ├── Cim.Management.dll
│   │   │   ├── Cim.Management.pdb
│   │   │   ├── CIM.Service.dll
│   │   │   ├── CIM.Service.pdb
│   │   │   ├── config
│   │   │   │   ├── gem.xml
│   │   │   │   └── secs.sml
│   │   │   ├── Eap.Driver.MWN.dll
│   │   │   ├── Eap.Driver.MWN.pdb
│   │   │   ├── EAP.exe
│   │   │   ├── EAP.exe.config
│   │   │   ├── EAP.pdb
│   │   │   ├── log4net.dll
│   │   │   ├── log4net.xml
│   │   │   ├── Microsoft.Win32.Primitives.dll
│   │   │   ├── netstandard.dll
│   │   │   ├── Secs4Net.dll
│   │   │   ├── Secs4Net.pdb
│   │   │   ├── Secs4Net.Sml.dll
│   │   │   ├── Secs4Net.Sml.pdb
│   │   │   ├── System.AppContext.dll
│   │   │   ├── System.Collections.Concurrent.dll
│   │   │   ├── System.Collections.dll
│   │   │   ├── System.Collections.NonGeneric.dll
│   │   │   ├── System.Collections.Specialized.dll
│   │   │   ├── System.ComponentModel.dll
│   │   │   ├── System.ComponentModel.EventBasedAsync.dll
│   │   │   ├── System.ComponentModel.Primitives.dll
│   │   │   ├── System.ComponentModel.TypeConverter.dll
│   │   │   ├── System.Console.dll
│   │   │   ├── System.Data.Common.dll
│   │   │   ├── System.Diagnostics.Contracts.dll
│   │   │   ├── System.Diagnostics.Debug.dll
│   │   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   ├── System.Diagnostics.Process.dll
│   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   │   ├── System.Diagnostics.Tools.dll
│   │   │   ├── System.Diagnostics.TraceSource.dll
│   │   │   ├── System.Diagnostics.Tracing.dll
│   │   │   ├── System.Drawing.Primitives.dll
│   │   │   ├── System.Dynamic.Runtime.dll
│   │   │   ├── System.Globalization.Calendars.dll
│   │   │   ├── System.Globalization.dll
│   │   │   ├── System.Globalization.Extensions.dll
│   │   │   ├── System.IO.Compression.dll
│   │   │   ├── System.IO.Compression.ZipFile.dll
│   │   │   ├── System.IO.dll
│   │   │   ├── System.IO.FileSystem.dll
│   │   │   ├── System.IO.FileSystem.DriveInfo.dll
│   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   ├── System.IO.FileSystem.Watcher.dll
│   │   │   ├── System.IO.IsolatedStorage.dll
│   │   │   ├── System.IO.MemoryMappedFiles.dll
│   │   │   ├── System.IO.Pipes.dll
│   │   │   ├── System.IO.UnmanagedMemoryStream.dll
│   │   │   ├── System.Linq.dll
│   │   │   ├── System.Linq.Expressions.dll
│   │   │   ├── System.Linq.Parallel.dll
│   │   │   ├── System.Linq.Queryable.dll
│   │   │   ├── System.Net.Http.dll
│   │   │   ├── System.Net.NameResolution.dll
│   │   │   ├── System.Net.NetworkInformation.dll
│   │   │   ├── System.Net.Ping.dll
│   │   │   ├── System.Net.Primitives.dll
│   │   │   ├── System.Net.Requests.dll
│   │   │   ├── System.Net.Security.dll
│   │   │   ├── System.Net.Sockets.dll
│   │   │   ├── System.Net.WebHeaderCollection.dll
│   │   │   ├── System.Net.WebSockets.Client.dll
│   │   │   ├── System.Net.WebSockets.dll
│   │   │   ├── System.ObjectModel.dll
│   │   │   ├── System.Reflection.dll
│   │   │   ├── System.Reflection.Extensions.dll
│   │   │   ├── System.Reflection.Primitives.dll
│   │   │   ├── System.Resources.Reader.dll
│   │   │   ├── System.Resources.ResourceManager.dll
│   │   │   ├── System.Resources.Writer.dll
│   │   │   ├── System.Runtime.CompilerServices.VisualC.dll
│   │   │   ├── System.Runtime.dll
│   │   │   ├── System.Runtime.Extensions.dll
│   │   │   ├── System.Runtime.Handles.dll
│   │   │   ├── System.Runtime.InteropServices.dll
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── System.Runtime.Numerics.dll
│   │   │   ├── System.Runtime.Serialization.Formatters.dll
│   │   │   ├── System.Runtime.Serialization.Json.dll
│   │   │   ├── System.Runtime.Serialization.Primitives.dll
│   │   │   ├── System.Runtime.Serialization.Xml.dll
│   │   │   ├── System.Security.Claims.dll
│   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── System.Security.Cryptography.Csp.dll
│   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── System.Security.Principal.dll
│   │   │   ├── System.Security.SecureString.dll
│   │   │   ├── System.Text.Encoding.dll
│   │   │   ├── System.Text.Encoding.Extensions.dll
│   │   │   ├── System.Text.RegularExpressions.dll
│   │   │   ├── System.Threading.dll
│   │   │   ├── System.Threading.Overlapped.dll
│   │   │   ├── System.Threading.Tasks.dll
│   │   │   ├── System.Threading.Tasks.Parallel.dll
│   │   │   ├── System.Threading.Thread.dll
│   │   │   ├── System.Threading.ThreadPool.dll
│   │   │   ├── System.Threading.Timer.dll
│   │   │   ├── System.ValueTuple.dll
│   │   │   ├── System.Xml.ReaderWriter.dll
│   │   │   ├── System.Xml.XDocument.dll
│   │   │   ├── System.Xml.XmlDocument.dll
│   │   │   ├── System.Xml.XmlSerializer.dll
│   │   │   ├── System.Xml.XPath.dll
│   │   │   └── System.Xml.XPath.XDocument.dll
│   │   ├── config
│   │   │   ├── gem.xml
│   │   │   └── secs.sml
│   │   ├── DefineLink.cs
│   │   ├── Driver.cs
│   │   ├── Emulator
│   │   │   └── test.smd
│   │   ├── EQP.CarrierIdRead.cs
│   │   ├── EQP.CarrierIdReadFail.cs
│   │   ├── EQP.ControlJobEnd.cs
│   │   ├── EQP.ControlJobStart.cs
│   │   ├── EQP.DataCollection.cs
│   │   ├── EQP.LoadComplete.cs
│   │   ├── EQP.ProcessJobEnd.cs
│   │   ├── EQP.ProcessJobStart.cs
│   │   ├── EQP.ReadyToLoad.cs
│   │   ├── EQP.ReadyToUnload.cs
│   │   ├── EQP.SlotMapReport.cs
│   │   ├── EQP.UnloadComplete.cs
│   │   ├── Helper.cs
│   │   ├── MWN01.csproj
│   │   ├── MWN01.csproj.vs10x
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Eap.Driver.MWN.dll
│   │   │   ├── Eap.Driver.MWN.pdb
│   │   │   ├── MWN01.csprojAssemblyReference.cache
│   │   │   ├── MWN01.csproj.CopyComplete
│   │   │   ├── MWN01.csproj.CoreCompileInputs.cache
│   │   │   ├── MWN01.csproj.FileListAbsolute.txt
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ReadMe.txt
│   │   ├── TCS.AccessModeChange.cs
│   │   ├── TCS.AskLoadStatus.cs
│   │   ├── TCS.CancelCarrier.cs
│   │   ├── TCS.ControlJobsInfoInqueryAck.cs
│   │   ├── TCS.CreateControlJob.cs
│   │   ├── TCS.CreateProcessJob.cs
│   │   ├── TCS.PPBodyQuery.cs
│   │   ├── TCS.ProceedSlotMap.cs
│   │   ├── TCS.ProceedWithCarrier.cs
│   │   └── TCS.ToolModeChange.cs
│   ├── PEU01
│   │   ├── App.config
│   │   ├── DefineLink.cs
│   │   ├── Driver.cs
│   │   ├── EQP.CarrierIdRead.cs
│   │   ├── EQP.CarrierIdReadFail.cs
│   │   ├── EQP.ControlJobEnd.cs
│   │   ├── EQP.ControlJobStart.cs
│   │   ├── EQP.DataCollectionComplete.cs
│   │   ├── EQP.DataCollection.cs
│   │   ├── EQP.LoadComplete.cs
│   │   ├── EQP.ProcessJobEnd.cs
│   │   ├── EQP.ProcessJobStart.cs
│   │   ├── EQP.ReadyToLoad.cs
│   │   ├── EQP.ReadyToUnload.cs
│   │   ├── EQP.SlotMapReport.cs
│   │   ├── EQP.UnloadComplete.cs
│   │   ├── EQP.WaferStatusChange.cs
│   │   ├── Helper.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── PEU01.csproj.CoreCompileInputs.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── PEU01.csproj
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── TCS.AccessModeChange.cs
│   │   ├── TCS.AskLoadStatus.cs
│   │   ├── TCS.CancelCarrier.cs
│   │   ├── TCS.ControlJobsInfoInqueryAck.cs
│   │   ├── TCS.CreateControlJob.cs
│   │   ├── TCS.CreateProcessJob.cs
│   │   ├── TCS.PPBodyQuery.cs
│   │   ├── TCS.ProceedSlotMap.cs
│   │   ├── TCS.ProceedWithCarrier.cs
│   │   └── TCS.ToolModeChange.cs
│   └── WebHost
│   ├── appsettings.Development.json
│   ├── appsettings.json
│   ├── babel.config.js
│   ├── bin
│   │   └── Debug
│   │   └── netcoreapp2.1
│   │   ├── HsmsWebHost.deps.json
│   │   ├── HsmsWebHost.dll
│   │   ├── HsmsWebHost.pdb
│   │   ├── HsmsWebHost.runtimeconfig.dev.json
│   │   ├── HsmsWebHost.runtimeconfig.json
│   │   ├── HsmsWebHost.Views.dll
│   │   ├── HsmsWebHost.Views.pdb
│   │   ├── Secs4Net.dll
│   │   ├── Secs4Net.pdb
│   │   ├── Secs4Net.Sml.dll
│   │   └── Secs4Net.Sml.pdb
│   ├── ClientApp
│   │   ├── App.vue
│   │   ├── assets
│   │   │   └── logo.png
│   │   ├── components
│   │   │   ├── HelloWorld.vue
│   │   │   └── HsmsDemo.vue
│   │   ├── main.ts
│   │   ├── registerServiceWorker.ts
│   │   ├── router.ts
│   │   ├── shims-tsx.d.ts
│   │   ├── shims-vue.d.ts
│   │   ├── store.ts
│   │   └── views
│   │   ├── About.vue
│   │   └── Home.vue
│   ├── ClientApp.Tests
│   │   └── unit
│   │   ├── HelloWorld.spec.js
│   │   ├── HelloWorld.spec.js.map
│   │   └── HelloWorld.spec.ts
│   ├── Controllers
│   │   ├── HomeController.cs
│   │   └── SampleDataController.cs
│   ├── Dockerfile
│   ├── HsmsWebHost.csproj
│   ├── Hubs
│   │   └── HsmsHub.cs
│   ├── obj
│   │   ├── Debug
│   │   │   └── netcoreapp2.1
│   │   │   ├── HsmsWebHost.AssemblyInfo.cs
│   │   │   ├── HsmsWebHost.AssemblyInfoInputs.cache
│   │   │   ├── HsmsWebHost.assets.cache
│   │   │   ├── HsmsWebHost.csprojAssemblyReference.cache
│   │   │   ├── HsmsWebHost.csproj.CopyComplete
│   │   │   ├── HsmsWebHost.csproj.CoreCompileInputs.cache
│   │   │   ├── HsmsWebHost.csproj.FileListAbsolute.txt
│   │   │   ├── HsmsWebHost.dll
│   │   │   ├── HsmsWebHost.pdb
│   │   │   ├── HsmsWebHost.RazorAssemblyInfo.cache
│   │   │   ├── HsmsWebHost.RazorAssemblyInfo.cs
│   │   │   ├── HsmsWebHost.RazorCoreGenerate.cache
│   │   │   ├── HsmsWebHost.RazorTargetAssemblyInfo.cache
│   │   │   ├── HsmsWebHost.RazorTargetAssemblyInfo.cs
│   │   │   ├── HsmsWebHost.TagHelpers.input.cache
│   │   │   ├── HsmsWebHost.TagHelpers.output.cache
│   │   │   ├── HsmsWebHost.Views.dll
│   │   │   ├── HsmsWebHost.Views.pdb
│   │   │   ├── Razor
│   │   │   │   └── Views
│   │   │   │   ├── Home
│   │   │   │   │   └── Index.g.cshtml.cs
│   │   │   │   ├── Shared
│   │   │   │   │   ├── Error.g.cshtml.cs
│   │   │   │   │   └── _Layout.g.cshtml.cs
│   │   │   │   ├── _ViewImports.g.cshtml.cs
│   │   │   │   └── _ViewStart.g.cshtml.cs
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── HsmsWebHost.csproj.nuget.cache
│   │   ├── HsmsWebHost.csproj.nuget.g.props
│   │   ├── HsmsWebHost.csproj.nuget.g.targets
│   │   └── project.assets.json
│   ├── package.json
│   ├── Program.cs
│   ├── Properties
│   │   └── launchSettings.json
│   ├── Startup.cs
│   ├── tsconfig.json
│   ├── tslint.json
│   ├── Views
│   │   ├── Home
│   │   │   └── Index.cshtml
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   └── _Layout.cshtml
│   │   ├── _ViewImports.cshtml
│   │   └── _ViewStart.cshtml
│   ├── vue.config.js
│   └── wwwroot
│   ├── favicon.ico
│   ├── img
│   │   └── icons
│   │   ├── android-chrome-192x192.png
│   │   ├── android-chrome-512x512.png
│   │   ├── apple-touch-icon-120x120.png
│   │   ├── apple-touch-icon-152x152.png
│   │   ├── apple-touch-icon-180x180.png
│   │   ├── apple-touch-icon-60x60.png
│   │   ├── apple-touch-icon-76x76.png
│   │   ├── apple-touch-icon.png
│   │   ├── favicon-16x16.png
│   │   ├── favicon-32x32.png
│   │   ├── msapplication-icon-144x144.png
│   │   ├── mstile-150x150.png
│   │   └── safari-pinned-tab.svg
│   └── manifest.json
├── Extension
│   ├── Serialization.Json
│   │   ├── JsonExtension.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── netstandard2.0
│   │   │   │   ├── Secs4Net.Json.AssemblyInfo.cs
│   │   │   │   ├── Secs4Net.Json.AssemblyInfoInputs.cache
│   │   │   │   ├── Secs4Net.Json.assets.cache
│   │   │   │   ├── Secs4Net.Json.csprojAssemblyReference.cache
│   │   │   │   └── Secs4Net.Json.csproj.CoreCompileInputs.cache
│   │   │   ├── project.assets.json
│   │   │   ├── Secs4Net.Json.csproj.nuget.cache
│   │   │   ├── Secs4Net.Json.csproj.nuget.g.props
│   │   │   └── Secs4Net.Json.csproj.nuget.g.targets
│   │   └── Secs4Net.Json.csproj
│   └── Serialization.Sml
│   ├── bin
│   │   └── Debug
│   │   └── netstandard2.0
│   │   ├── Secs4Net.dll
│   │   ├── Secs4Net.pdb
│   │   ├── Secs4Net.Sml.deps.json
│   │   ├── Secs4Net.Sml.dll
│   │   └── Secs4Net.Sml.pdb
│   ├── obj
│   │   ├── Debug
│   │   │   └── netstandard2.0
│   │   │   ├── Secs4Net.Sml.AssemblyInfo.cs
│   │   │   ├── Secs4Net.Sml.AssemblyInfoInputs.cache
│   │   │   ├── Secs4Net.Sml.assets.cache
│   │   │   ├── Secs4Net.Sml.csprojAssemblyReference.cache
│   │   │   ├── Secs4Net.Sml.csproj.CopyComplete
│   │   │   ├── Secs4Net.Sml.csproj.CoreCompileInputs.cache
│   │   │   ├── Secs4Net.Sml.csproj.FileListAbsolute.txt
│   │   │   ├── Secs4Net.Sml.dll
│   │   │   └── Secs4Net.Sml.pdb
│   │   ├── project.assets.json
│   │   ├── Secs4Net.Sml.csproj.nuget.cache
│   │   ├── Secs4Net.Sml.csproj.nuget.g.props
│   │   └── Secs4Net.Sml.csproj.nuget.g.targets
│   ├── Secs4Net.Sml.csproj
│   └── SmlExtension.cs
├── packages
│   ├── LINQPad.4.51.3
│   │   ├── lib
│   │   │   └── net40
│   │   │   ├── LINQPad.exe
│   │   │   └── LINQPad.exe.config
│   │   └── LINQPad.4.51.3.nupkg
│   ├── log4net.2.0.5
│   │   ├── lib
│   │   │   ├── net10-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net11-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net20-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net35-client
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net35-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net40-client
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   ├── net40-full
│   │   │   │   ├── log4net.dll
│   │   │   │   └── log4net.xml
│   │   │   └── net45-full
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   └── log4net.2.0.5.nupkg
│   ├── Newtonsoft.Json.9.0.1
│   │   ├── lib
│   │   │   ├── net20
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net35
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net40
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net45
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── portable-net40+sl5+wp80+win8+wpa81
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   └── portable-net45+wp80+win8+wpa81
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── Newtonsoft.Json.9.0.1.nupkg
│   │   └── tools
│   │   └── install.ps1
│   ├── System.Interactive.3.0.0
│   │   ├── lib
│   │   │   ├── net45
│   │   │   │   ├── System.Interactive.dll
│   │   │   │   └── System.Interactive.xml
│   │   │   └── netstandard1.0
│   │   │   ├── System.Interactive.dll
│   │   │   └── System.Interactive.xml
│   │   └── System.Interactive.3.0.0.nupkg
│   ├── System.Reactive.Core.3.0.0
│   │   ├── lib
│   │   │   ├── net45
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   ├── net46
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   ├── netcore451
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   ├── netcoreapp1.0
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   ├── uap10.0
│   │   │   │   ├── System.Reactive.Core.dll
│   │   │   │   └── System.Reactive.Core.xml
│   │   │   └── wpa81
│   │   │   ├── System.Reactive.Core.dll
│   │   │   └── System.Reactive.Core.xml
│   │   └── System.Reactive.Core.3.0.0.nupkg
│   ├── System.Reactive.Interfaces.3.0.0
│   │   ├── lib
│   │   │   ├── net45
│   │   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   │   └── System.Reactive.Interfaces.xml
│   │   │   └── netstandard1.0
│   │   │   ├── System.Reactive.Interfaces.dll
│   │   │   └── System.Reactive.Interfaces.xml
│   │   └── System.Reactive.Interfaces.3.0.0.nupkg
│   ├── System.Reactive.Linq.3.0.0
│   │   ├── lib
│   │   │   ├── net45
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.xml
│   │   │   ├── net46
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.xml
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Reactive.Linq.dll
│   │   │   │   └── System.Reactive.Linq.xml
│   │   │   └── netstandard1.3
│   │   │   ├── System.Reactive.Linq.dll
│   │   │   └── System.Reactive.Linq.xml
│   │   └── System.Reactive.Linq.3.0.0.nupkg
│   └── System.Runtime.CompilerServices.Unsafe.4.0.0
│   ├── dotnet_library_license.txt
│   ├── lib
│   │   └── netstandard1.0
│   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   ├── System.Runtime.CompilerServices.Unsafe.4.0.0.nupkg
│   └── ThirdPartyNotices.txt
├── Secs4Net.Rx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── net461
│   │   │   │   ├── Secs4Net.Rx.AssemblyInfo.cs
│   │   │   │   ├── Secs4Net.Rx.AssemblyInfoInputs.cache
│   │   │   │   ├── Secs4Net.Rx.assets.cache
│   │   │   │   ├── Secs4Net.Rx.csprojAssemblyReference.cache
│   │   │   │   ├── Secs4Net.Rx.csproj.CoreCompileInputs.cache
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── netstandard2.0
│   │   │   ├── Secs4Net.Rx.AssemblyInfo.cs
│   │   │   ├── Secs4Net.Rx.AssemblyInfoInputs.cache
│   │   │   ├── Secs4Net.Rx.assets.cache
│   │   │   ├── Secs4Net.Rx.csprojAssemblyReference.cache
│   │   │   └── Secs4Net.Rx.csproj.CoreCompileInputs.cache
│   │   ├── project.assets.json
│   │   ├── Secs4Net.Rx.csproj.nuget.cache
│   │   ├── Secs4Net.Rx.csproj.nuget.g.props
│   │   └── Secs4Net.Rx.csproj.nuget.g.targets
│   ├── packages.config
│   ├── Secs4Net.Rx.csproj
│   └── SecsObservableDataContext.cs
├── secs4net.sln
└── WPFVisuallizer
├── app.config
├── App.xaml
├── App.xaml.cs
├── obj
│   ├── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── build.force
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── SecsMessageVisuallizer_MarkupCompile.cache
│   │   ├── SecsMessageVisuallizer_MarkupCompile.i.cache
│   │   ├── SecsMessageVisuallizer_MarkupCompile.i.lref
│   │   ├── SecsMessageVisuallizer_MarkupCompile.lref
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── Window1.g.cs
│   │   ├── Window1.g.i.cs
│   │   ├── WPFVisuallizer.csprojAssemblyReference.cache
│   │   └── WPFVisuallizer.csproj.CoreCompileInputs.cache
│   ├── project.assets.json
│   ├── WPFVisuallizer.csproj.nuget.cache
│   ├── WPFVisuallizer.csproj.nuget.g.props
│   └── WPFVisuallizer.csproj.nuget.g.targets
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── ReplyExpectedToStringConverter.cs
├── SecsMessageList.cs
├── SecsMessageTreeView.cs
├── Themes
│   └── Generic.xaml
├── VeiwModelToTreeViewItemConverter.cs
├── ViewModel
│   ├── SecsItemViewModel.cs
│   ├── SecsMessageCollectionViewModel.cs
│   ├── SecsMessageViewModel.cs
│   └── TreeViewItemViewModel.cs
├── Window1.xaml
├── Window1.xaml.cs
└── WPFVisuallizer.csproj

183 directories, 1269 files

标签:

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警