libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ reverse_proxy_data_cb_t

typedef void(* reverse_proxy_data_cb_t) (reverse_proxy_client_t client, reverse_proxy_data_direction_t direction, const char *buffer, uint32_t length, void *user_data)

Data callback function prototype.

Parameters
clientThe client that called the callback function
directionThe direction of the data, either RP_DATA_DIRECTION_OUT or RP_DATA_DIRECTION_IN
bufferThe data buffer
lengthThe length of the data buffer
user_dataThe user_data pointer that was set when registering the callback