OpenDOF Project
DOFValue DOFValueArrayInterfaceID_Create ( uint16  len,
const DOFInterfaceID val 
)

Create a new DOFValue to hold an array of values of type DOFInterfaceID.

Resource Management:
This function allocates resources that must later be freed by calling DOFValue_Destroy.
Parameters
lenElement count of the new array. This may be 0, and should be less than 32768.
valArray of DOFInterfaceID values to be held by the new DOFValue. This must not be NULL if len > 0, and must point to memory containing at least len DOFInterfaceID values.
Returns
The new DOFValue, representing an array of values of type DOFInterfaceID.
Exceptions
NULLis returned if the resulting DOFValue could not be created, or an invalid parameter was detected.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22