From 02b79ee0a7b169b82b2f945cc33defdec79b1832 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Fri, 14 Apr 2023 09:29:29 +0000 Subject: [PATCH] add nativeapis Signed-off-by: zengyawen --- .../native-apis/_o_h___huks___param_set.md | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/en/application-dev/reference/native-apis/_o_h___huks___param_set.md b/en/application-dev/reference/native-apis/_o_h___huks___param_set.md index e69de29bb2..7ad7e4811f 100644 --- a/en/application-dev/reference/native-apis/_o_h___huks___param_set.md +++ b/en/application-dev/reference/native-apis/_o_h___huks___param_set.md @@ -0,0 +1,58 @@ +# OH_Huks_ParamSet + + +## Overview + +Defines the structure of the parameter set. + +**Since:** +9 + +**Related Modules:** + +[HuksTypeApi](_huks_type_api.md) + + +## Summary + + +### Member Variables + +| Name | Description | +| -------- | -------- | +| [paramSetSize](#paramsetsize) | Memory size of the parameter set. | +| [paramsCnt](#paramscnt) | Number of parameters in the parameter set. | +| [params](#params) [] | Parameter array. | + + +## Member Variable Description + + +### params + + +``` +struct OH_Huks_Param OH_Huks_ParamSet::params[] +``` +**Description**
+Parameter array. + + +### paramsCnt + + +``` +uint32_t OH_Huks_ParamSet::paramsCnt +``` +**Description**
+Number of parameters in the parameter set. + + +### paramSetSize + + +``` +uint32_t OH_Huks_ParamSet::paramSetSize +``` +**Description**
+Memory size of the parameter set. -- GitLab