2017-02-06 update 1 Add AddressHelper and comments, reformat code.
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Modbus.Net.OPC
|
||||
{
|
||||
public class OpcDaProtocal : OpcProtocal
|
||||
{
|
||||
private int _connectTryCount;
|
||||
|
||||
private readonly string _host;
|
||||
private int _connectTryCount;
|
||||
|
||||
public OpcDaProtocal(string host)
|
||||
{
|
||||
@@ -31,4 +26,4 @@ namespace Modbus.Net.OPC
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user