Read and parse the response from the server for the previously executed command.
#include "bb/pim/unified/unified_data_source.h"
int uds_get_response(uds_context_t handle)
BlackBerry 10.2.0
The handle that's associated with your app's registration with the BlackBerry Hub.
This function reads the response from the previous command and parses it. You call this function after you call uds_wait_for_response() and that function returns true (indicating that a response is available).
UDS_SUCCESS if the response was read and parsed successfully, or a non-zero error code on failure. See uds_error_code_t or errno.h for details.