DOFInterfaceBuilderaddMethod Method OpenDOF Object Access Library
Add a Method to the Interface.

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

C#
public DOFInterfaceBuilder addMethod(
	int itemID,
	DOFType[] inputParameters,
	DOFType[] outputParameters
)

Parameters

itemID
Type: SystemInt32
A number from 0 - 32,767 that identifies this interface item. This must be unique within a DOFInterface (no other Typedef, Property, Method, Event, or Exception may use the same ID).
inputParameters
Type: org.opendof.core.oalDOFType
The method's Input Parameters. Null == none.
outputParameters
Type: org.opendof.core.oalDOFType
The method's Output Parameters. Null == none.

Return Value

Type: DOFInterfaceBuilder
The builder.
Remarks

Add a Method to the Interface.
See Also

Reference