OpenDOF Project
void DOFRequestInvoke_Return ( DOFRequest  request,
uint16  valuesCount,
const DOFValue  values[] 
)

Return a DOFValue list result to a requestor.

This completes the Invoke request, and no further references to the request are allowed. The request must represent a method Invoke request.

Parameters
requestThe Request. This must not be NULL.
valuesCountThe count of values in the values array.
valuesThe value list to return. This may be NULL if the method does not have any output parameters; otherise, this should not be NULL.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25