Creates a
State
object, which represents a snapshot of the DOF's configuration information as it exists at the moment when you call
this method. After using this method to get the snapshot, you can use the getter methods
of DOF.State to retrieve specific information about the DOF's configuration, as well as some runtime information. Because the DOF's configuration information
and runtime statistics may change, you should call this method again each time you want updated information.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFState getState()
Return Value
Type: DOFStateA DOF.State object that represents the current state of the DOF.
See Also