未验证 提交 c26e26a1 编写于 作者: Z zengyawen 提交者: Gitee

add huks api

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 4f0c3311
# OH_Huks_Result
## 概述
表示状态返回数据,包括返回码和消息。
**起始版本:**
9
**相关模块:**
[HuksTypeApi](_huks_type_api.md)
## 汇总
### 成员变量
| 名称 | 描述 |
| -------- | -------- |
| [errorCode](#errorcode) | int32_t<br/>状态返回码。 |
| [errorMsg](#errormsg) | const char \*<br/>对状态返回码的说明信息。 |
| [data](#data) | uint8_t \*<br/>其他返回数据。 |
## 结构体成员变量说明
### data
```
uint8_t* OH_Huks_Result::data
```
**描述:**
其他返回数据。
### errorCode
```
int32_t OH_Huks_Result::errorCode
```
**描述:**
状态返回码。
### errorMsg
```
const char* OH_Huks_Result::errorMsg
```
**描述:**
对状态返回码的说明信息。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册