DOFConnectionisConnected Method OpenDOF Object Access Library
Return whether or not the connection is currently connected.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public bool isConnected()

Return Value

Type: Boolean
whether or not the connection is currently connected.
Remarks

Return whether or not the connection is currently connected.

This is a convenience method that is more efficient than calling getState().isConnected().

NOTE: This call may block while the connection's state is changing.

See Also

Reference