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
-
object | The 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
-
NULL | is returned if the list could not be allocated. |