namespace OPCDA
{
using System;
public enum OpcServerState
Failed = 2,
NoConfig = 3,
Running = 1,
Suspended = 4,
Test = 5
}