Functions | |
| DOFInterfaceID | DOFInterfaceEvent_GetInterfaceID (const DOFInterfaceEvent evt) |
| Get the Interface ID associated with an Event . | |
| DOFInterface | DOFInterfaceEvent_GetInterface (const DOFInterfaceEvent evt) |
| Get the Interface associated with an Event. | |
| DOFItemID | DOFInterfaceEvent_GetItemID (const DOFInterfaceEvent evt) |
| Get the Item ID associated with an Event. | |
| void | DOFInterfaceEventList_Destroy (DOFInterfaceEventList evList) |
| Destroy the DOFInterfaceEventList and free all resources associated with it. | |
| uint8 | DOFInterfaceEvent_GetParameterCount (const DOFInterfaceEvent evt) |
| Get the number of parameters defined for this event. | |
| DOFType * | DOFInterfaceEvent_GetParameters (const DOFInterfaceEvent evt) |
| Get the parameters for this event. | |