Construct a new Event.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected Event( int identifier, DOFType[] parameters )
Parameters
- identifier
- Type: SystemInt32
A number from 0 - 65,535 that uniquely, within a DOFInterface, identifies this Event from other Methods, Events, Properties, and Exceptions. - parameters
- Type: org.opendof.core.oalDOFType
The Parameters for this Method. Null == none.
Remarks
See Also