Class IALabsOPCFunctions

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected OPCBrowseTag[] doBrowse​(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)  
      protected OPCBrowseTag[] doBrowseSimple​(java.lang.String opcServer, java.lang.String device, java.lang.String folderPath, java.lang.String opcItemPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IALabsOPCFunctions

        public IALabsOPCFunctions()
    • Method Detail

      • doBrowse

        protected OPCBrowseTag[] doBrowse​(org.python.core.PyObject[] pyArgs,
                                          java.lang.String[] keywords)
                                   throws java.lang.Exception
        Specified by:
        doBrowse in class AbstractIALabsOPCFunctions
        Throws:
        java.lang.Exception
      • doBrowseSimple

        protected OPCBrowseTag[] doBrowseSimple​(java.lang.String opcServer,
                                                java.lang.String device,
                                                java.lang.String folderPath,
                                                java.lang.String opcItemPath)
                                         throws java.lang.Exception
        Specified by:
        doBrowseSimple in class AbstractIALabsOPCFunctions
        Throws:
        java.lang.Exception