libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ reverse_proxy_status_cb_t

typedef void(* reverse_proxy_status_cb_t) (reverse_proxy_client_t client, reverse_proxy_status_t status, const char *status_msg, void *user_data)

Status callback function prototype.

Parameters
clientThe client that called the callback function
statusThe status the client is reporting
status_msgA status message the client reports along with the status
user_dataThe user_data pointer that was set when registering the callback