OpenDOF Project
boolean DOFInterfaceBuilder_AddEvent ( DOFInterfaceBuilder  self,
DOFItemID  itemID,
uint16  parameterCount,
DOFType  parameters[] 
)

Add an event to the interface builder.

Parameters
selfThe DOFInterfaceBuilder to which the event is added. If NULL, no action will be taken.
itemIDThe DOFItemID corresponding to the event to be added. Should not be NULL.
parameterCountThe count of DOFType elements in parameters. A 0 value indicates no parameters are used by the event.
parametersAn array of DOFTypes representing the parameters for this event. Must not be NULL if parameterCount > 0.
Returns
boolean TRUE if the event was successfully added.
Exceptions
FALSEis returned if an invalid parameter was detected or insufficient resources were available to add the event.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22