RCP API  6.61.0

◆ rcp_menu_get_children()

rcp_error_t rcp_menu_get_children ( rcp_camera_connection_t con,
rcp_menu_node_id_t  id 
)

Request menu tree children for given parent node.

After requesting the children of a node, the response will be sent back in the cur_menu_cb callback. The payload includes a linked-list of children and ancestors.

Note: the root node ID is RCP_MENU_NODE_ID_ROOT.

Parameters
[in]conthe camera connection
[in]idid of the parent node
Returns
RCP_SUCCESS on success