Example #1
0
 public static extern void SetServerState(OpcServerState ServerState);
Example #2
0
 //public bool UpdateTagToList(UInt32 TagHandle, Object Value, TagQuality Quality)
 //{
 //    bool flag = WtOPCInterface.UpdateTagToList(TagHandle, Value, (UInt16)Quality);
 //    if (flag)
 //    {
 //        this.tagList.FindTag(TagHandle).TagValue = Value;
 //    }
 //    return flag;
 //}
 public void SetServerState(OpcServerState ServerState)
 {
     WtOPCInterface.SetServerState(ServerState);
 }