Skip to content

动作列表结构体rm_tool_action_list_t

参数说明

属性类型说明
page_numint页码。
page_sizeint每页大小。
total_sizeint列表长度。
vague_searchchar模糊搜索。
list_lenint返回符合的动作列表长度。
act_listrm_tool_action_info_t返回符合的动作列表。

成员函数

rm_ctypes_wrap.rm_tool_action_list_t .to_dict(self, recurse=True):

将类的变量返回为字典,如果recurse为True,则递归处理ctypes结构字段。

可以跳转rm_tool_action_info_t查阅结构体详细描述。