コード例 #1
0
 public TCPClientFactory(TCPClientConfig config, TimeOut timeOut, ILog log) : base()
 {
     _config  = config;
     _setUp   = new EthernetSetUp(config.IpAddress, config.Port);
     _timeOut = timeOut;
     _log     = log;
 }
コード例 #2
0
 public TCPClientTaskBuilder(ClientName name, ILog log, ClientConfig config) : base(name, log)
 {
     _config = config as TCPClientConfig;
 }