Examples of CosDpErrorSeqHolder


Examples of tcg.scada.cos.CosDpErrorSeqHolder

    values[0].quality = CosDpQualityEnum.QualityGood;
    values[0].timestamp = 0;
    values[0].value = new CosDpValueUnion();
   
    //storage for error
    CosDpErrorSeqHolder errors = new CosDpErrorSeqHolder();
   
    if (isDigitalControl)
    {
      //for digital control, anything other than 0 is treated as true value
      //anyway we should never send digital control with value = false.
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.