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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7ad7e4811f23990445987b77b66bda2997e5335a 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.