| 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.
| [in] | con | the camera connection |
| [in] | id | id of the parent node |