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
-
| request | The Request. This must not be NULL. |
| valuesCount | The count of values in the values array. |
| values | The value list to return. This may be NULL if the method does not have any output parameters; otherwise, this should not be NULL. |