From f45ce83c50a1de0b85556174b0d079220deb1e07 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Fri, 14 Apr 2023 09:27:06 +0000 Subject: [PATCH] add nativeapis Signed-off-by: zengyawen --- .../native-apis/_o_h___huks___blob.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/en/application-dev/reference/native-apis/_o_h___huks___blob.md b/en/application-dev/reference/native-apis/_o_h___huks___blob.md index e69de29bb2..a4aa174fe6 100644 --- a/en/application-dev/reference/native-apis/_o_h___huks___blob.md +++ b/en/application-dev/reference/native-apis/_o_h___huks___blob.md @@ -0,0 +1,47 @@ +# OH_Huks_Blob + + +## Overview + +Defines the structure for storing data. + +**Since:** +9 + +**Related Modules:** + +[HuksTypeApi](_huks_type_api.md) + + +## Summary + + +### Member Variables + +| Name | Description | +| -------- | -------- | +| [size](#size) | Data size. | +| [data](#data) | Pointer to the memory in which the data is stored. | + + +## Member Variable Description + + +### data + + +``` +uint8_t* OH_Huks_Blob::data +``` +**Description**
+Pointer to the memory in which the data is stored. + + +### size + + +``` +uint32_t OH_Huks_Blob::size +``` +**Description**
+Data size. -- GitLab