2017-02-07 update 1 Add comments and documents.

This commit is contained in:
parallelbgls
2017-02-07 17:15:05 +08:00
parent 0d19567038
commit ff81e4aa09
34 changed files with 463 additions and 16 deletions

View File

@@ -2,6 +2,9 @@
namespace Modbus.Net.OPC
{
/// <summary>
/// OpcDa协议
/// </summary>
public class OpcDaProtocal : OpcProtocal
{
private readonly string _host;