Python:
Action List Structurerm_tool_action_list_t Parameter description
| Parameter | Type | Description |
|---|---|---|
page_num | int | Page number. |
page_size | int | Number of items per page. |
total_size | int | Total length of the list. |
vague_search | char | Vague search. |
list_len | int | Length of the returned action list that matches the criteria. |
act_list | rm_tool_action_info_t | Returned list of action that match the criteria. |
Member Function
rm_ctypes_wrap.rm_tool_action_list_t .to_dict(self, recurse=True):Returns the class variables as a dictionary. If recurse is True, it will recursively process ctypes structure fields.
Jump to rm_tool_action_info_t for details of the structure.

