Example #1
0
 // Connect to the BNCS and MCP
 public bool Connect()
 {
     return(_bncsConnection.Init(_server, 6112));
 }