RCP API  6.61.0

◆ rcp_notification_response()

rcp_error_t rcp_notification_response ( rcp_camera_connection_t con,
const char *  id,
int32_t  response 
)

Send response for current notification.

This function should be called when a user responds to a notification by selecting one of the response options.

Parameters
[in]conthe camera connection
[in]idthe notification ID
[in]responsevalue of response selected
Returns
RCP_SUCCESS on success.