DOFConnectiongetState Method OpenDOF Object Access Library
Get the current instantaneous state of the connection.

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

C#
public DOFConnectionState getState()

Return Value

Type: DOFConnectionState
The current state of the connection.
Remarks

Get the current instantaneous state of the connection. This is only a snapshot. To obtain updated information, this method must be called again.

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

See Also

Reference