Examples of cosGetItemReturnConditionStatus2()


Examples of tcg.scada.cos.ICosDataPointServer.cosGetItemReturnConditionStatus2()

      while(timeoutMSec > Calendar.getInstance().getTimeInMillis())
      {
        //check the return condition status
        try
        {
          dpServer.cosGetItemReturnConditionStatus2(items, status, errors);
          //check the error code
          if (errors.value[0].value() != CosDpErrorEnum.ErrNoError.value())
          {
            logger.warn("Fail to get return condition status. Error: "
                    + CorbaHelper.DpErrorCodeToString(errors.value[0]));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.