Class OPCITEMSTATE

java.lang.Object
org.openscada.opc.dcom.da.OPCITEMSTATE

public class OPCITEMSTATE extends Object
  • Constructor Details

    • OPCITEMSTATE

      public OPCITEMSTATE()
  • Method Details

    • getClientHandle

      public int getClientHandle()
    • setClientHandle

      public void setClientHandle(int clientHandle)
    • getQuality

      public short getQuality()
    • setQuality

      public void setQuality(short quality)
    • getReserved

      public short getReserved()
    • setReserved

      public void setReserved(short reserved)
    • getTimestamp

      public FILETIME getTimestamp()
    • setTimestamp

      public void setTimestamp(FILETIME timestamp)
    • getValue

      public org.jinterop.dcom.core.JIVariant getValue()
    • setValue

      public void setValue(org.jinterop.dcom.core.JIVariant value)
    • getStruct

      public static org.jinterop.dcom.core.JIStruct getStruct() throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException
    • fromStruct

      public static OPCITEMSTATE fromStruct(org.jinterop.dcom.core.JIStruct struct)