libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ debugserver_client_receive_response()

debugserver_error_t debugserver_client_receive_response ( debugserver_client_t  client,
char **  response,
size_t *  response_size 
)

Receives and parses response of debugserver service.

Parameters
clientThe debugserver client
responseResponse received for last command (can be NULL to ignore)
response_sizePointer to receive response size. Set to NULL to ignore.
Returns
DEBUGSERVER_E_SUCCESS on success, DEBUGSERVER_E_INVALID_ARG when client is NULL