RCP API  6.61.0

◆ rcp_get_update_list_only_on_close()

int rcp_get_update_list_only_on_close ( rcp_camera_connection_t con,
rcp_param_t  id 
)

Get update_list_only_on_close property of RCP parameter.

Deprecated:
use the update_list_only_on_close flag in the cur_list callback or update_list_only_on_close flag in rcp_param_properties_t (rcp_get_is_supported) instead.

Most RCP parameters should live update as their values are selected in the list presented to the user. However, there are a few parameters that take a significant amount of time to take effect - in these cases the new value should only be sent to the camera after the value has been selected and the list has been dismissed.

Parameters
[in]conthe camera connection
[in]idthe RCP parameter
Return values
0this RCP parameter should be updated as the list is modified.
1this RCP parameter should only be updated after the list is closed.