WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_cmd_get_res_info.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2021. All rights reserved.
3 * Description: get resource info function
4 */
5#ifndef DIAG_CMD_GET_RES_INFO_H
6#define DIAG_CMD_GET_RES_INFO_H
7
8#include "errcode.h"
9#include "diag.h"
10
11errcode_t diag_cmd_get_res_info(uint16_t cmd_id, uint8_t *cmd_param, uint16_t cmd_param_size,
12 diag_option_t *option);
13#endif // !DIAG_CMD_GET_RES_INFO_H
errcode_t diag_cmd_get_res_info(uint16_t cmd_id, uint8_t *cmd_param, uint16_t cmd_param_size, diag_option_t *option)
Definition diag_cmd_get_res_info.c:12
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
option选项,当前存放对端地址
Definition diag.h:38