DOFInterfaceMethod Constructor (Int32, DOFType, DOFType)OpenDOF Object Access Library
Construct a new Method.

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

C#
protected Method(
	int identifier,
	DOFType[] inputParameters,
	DOFType[] outputParameters
)

Parameters

identifier
Type: SystemInt32
A number from 0 - 65,535 that uniquely, within a DOFInterface, identifies this Method from other Methods, Events, Properties, and Exceptions.
inputParameters
Type: org.opendof.core.oalDOFType
The input of the method.
outputParameters
Type: org.opendof.core.oalDOFType
The outputs of the method.
Remarks

Construct a new Method.
See Also

Reference