Add Comments
This commit is contained in:
@@ -7,10 +7,17 @@ namespace Modbus.Net.OPC
|
||||
/// </summary>
|
||||
public class OpcDaProtocalLinker : OpcProtocalLinker
|
||||
{
|
||||
/// <summary>
|
||||
/// 构造函数
|
||||
/// </summary>
|
||||
public OpcDaProtocalLinker() : this(ConfigurationManager.AppSettings["OpcDaHost"])
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 构造函数
|
||||
/// </summary>
|
||||
/// <param name="host">Opc DA服务地址</param>
|
||||
public OpcDaProtocalLinker(string host)
|
||||
{
|
||||
BaseConnector = OpcDaConnector.Instance(host);
|
||||
|
||||
Reference in New Issue
Block a user