OpenDOF Project
DOFInterfaceEvent DOFInterface_GetEvent ( const DOFInterface  self,
DOFItemID  itemID 
)

Get an Event from the Interface, given its identifier (a DOFItemID).

Lifecycle
The data returned is owned by the DOFInterface and is only valid as long as the DOFInterface remains valid. It must not be destroyed individually.
Parameters
selfThe Interface. This must not be NULL.
itemIDThe identifier of the Event item within the Interface.
Returns
The Event.
Exceptions
NULLis returned if the item could not be found in the Interface.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22