Class OPCItemProperties

java.lang.Object
org.openscada.opc.dcom.common.impl.BaseCOMObject
org.openscada.opc.dcom.da.impl.OPCItemProperties

public class OPCItemProperties extends BaseCOMObject
  • Constructor Details

  • Method Details

    • queryAvailableProperties

      public Collection<PropertyDescription> queryAvailableProperties(String itemID) throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException
    • getItemProperties

      public KeyedResultSet<Integer,org.jinterop.dcom.core.JIVariant> getItemProperties(String itemID, int... properties) throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException
    • lookupItemIDs

      public KeyedResultSet<Integer,String> lookupItemIDs(String itemID, int... properties) throws org.jinterop.dcom.common.JIException
      Throws:
      org.jinterop.dcom.common.JIException