Package cn.mindit.atom.opc.da.util
Class OpcDaUtils
java.lang.Object
cn.mindit.atom.opc.da.util.OpcDaUtils
- Since:
- 2024-06-23
- Author:
- Catch
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jinterop.dcom.core.JIVariantgetJIVariant(Object value) static Serverstatic Serverstatic StringgetString(org.jinterop.dcom.core.JIVariant jiVariant) static voidshowDetails(String host, String user, String password) static voidshowDetails(String host, String domain, String user, String password) static voidshowItemList(String host, String user, String password, String progId) static voidstatic voidshowItemState(Item item, ItemState state) static voidshowItemTree(String host, String user, String password, String progId) static void
-
Method Details
-
showDetails
-
showDetails
-
showItemList
-
showItemList
-
showItemTree
-
showItemTree
-
showItemState
-
getServer
public static Server getServer(String host, String user, String password, String progId) throws UnknownHostException, org.jinterop.dcom.common.JIException, AlreadyConnectedException - Throws:
UnknownHostExceptionorg.jinterop.dcom.common.JIExceptionAlreadyConnectedException
-
getServer
public static Server getServer(String host, String domain, String user, String password, String progId) throws UnknownHostException, org.jinterop.dcom.common.JIException, AlreadyConnectedException - Throws:
UnknownHostExceptionorg.jinterop.dcom.common.JIExceptionAlreadyConnectedException
-
getString
-
getJIVariant
-