DOFObjectDefineOperationListenerdefine Method OpenDOF Object Access Library
Process a result.

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

C#
void define(
	DOFOperationDefine operation,
	DOFInterface definition
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationDefine
The define operation. This will never be null.
definition
Type: org.opendof.core.oalDOFInterface
The interface definition. This will never be null.
Remarks

Process a result. This method is called when an interface definition response is received.
See Also

Reference