OpenDOF Project
DOFInterfaceIDList DOFObject_CreateInterfaceList ( const DOFObject  object)

Create a list of Interfaces currently being provided on the Object.

This does not block, as it is a simple query against the current state of the system. There is no request to the network to identify additional Interfaces that may be available. The Interface IDs returned may be limited by the Interest operations that exist.

Resource Management:
This function allocates resources that must later be freed by calling DOFInterfaceIDList_Destroy.
Parameters
objectThe Object for which to make the query. This should not be NULL.
Returns
A new list of Interface IDs. This list can have 0 members.
Exceptions
NULLis returned if the list could not be allocated.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22