Package org.openscada.opc.dcom.da
Class OPCITEMRESULT
java.lang.Object
org.openscada.opc.dcom.da.OPCITEMRESULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OPCITEMRESULTfromStruct(org.jinterop.dcom.core.JIStruct struct) intshortshortintstatic org.jinterop.dcom.core.JIStructvoidsetAccessRights(int accessRights) voidsetCanonicalDataType(short canonicalDataType) voidsetReserved(short reserved) voidsetServerHandle(int serverHandle)
-
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
-