Class Item

java.lang.Object
org.openscada.opc.lib.da.Item

public class Item extends Object
  • Method Details

    • getGroup

      public Group getGroup()
    • getServerHandle

      public int getServerHandle()
    • getClientHandle

      public int getClientHandle()
    • getId

      public String getId()
    • setActive

      public void setActive(boolean state) throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException
    • read

      public ItemState read(boolean device) throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException
    • write

      public Integer write(org.jinterop.dcom.core.JIVariant value) throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException