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] | con | the camera connection |
| [in] | id | the RCP parameter |
- Return values
-
| 0 | this RCP parameter should be updated as the list is modified. |
| 1 | this RCP parameter should only be updated after the list is closed. |