Construct an Item with a type and identifier.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected Item( DOFInterfaceItemType type, int itemID )
Parameters
- type
- Type: org.opendof.core.oalDOFInterfaceItemType
The type of the Item. - itemID
- Type: SystemInt32
A number from 0 - 65,535 that uniquely, within a DOFInterface, identifies this item from other Methods, Events, Properties, and Exceptions.
Remarks
See Also