DOFRequestGetrespond Method (DOFValue)OpenDOF Object Access Library
Respond with a value result.

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

C#
public abstract void respond(
	DOFValue value
)

Parameters

value
Type: org.opendof.core.oalDOFValue
The value to return.
Remarks

Respond with a value result. This is the only way to return a value. Therefore, if one of the
respond
methods is not called the request will timeout.

NOTE: Often a call to

respond(...)
should be immediately followed by
return
in order to maintain the execution flow of a native
return
statement.
See Also

Reference