Class OPCITEMRESULT

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

public class OPCITEMRESULT extends Object
  • Constructor Details

    • OPCITEMRESULT

      public OPCITEMRESULT()
  • Method Details

    • getAccessRights

      public int getAccessRights()
    • setAccessRights

      public void setAccessRights(int accessRights)
    • getCanonicalDataType

      public short getCanonicalDataType()
    • setCanonicalDataType

      public void setCanonicalDataType(short canonicalDataType)
    • getReserved

      public short getReserved()
    • setReserved

      public void setReserved(short reserved)
    • getServerHandle

      public int getServerHandle()
    • setServerHandle

      public void setServerHandle(int serverHandle)
    • getStruct

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

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