libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ debugserver_client_set_environment_hex_encoded()

debugserver_error_t debugserver_client_set_environment_hex_encoded ( debugserver_client_t  client,
const char *  env,
char **  response 
)

Adds or sets an environment variable.

Parameters
clientThe debugserver client
envThe environment variable in "KEY=VALUE" notation
responseResponse received for the command (can be NULL to ignore)
Returns
DEBUGSERVER_E_SUCCESS on success, DEBUGSERVER_E_INVALID_ARG when client is NULL