예제 #1
0
 /// <summary>
 /// 客户端设置为长连接模式,相当于跳过了ConnectServer的结果验证
 /// </summary>
 public void SetPersistentConnection()
 {
     m_plc.SetPersistentConnection();
 }