From a4377f77d36c3240d6c89307170d232eb3db837a Mon Sep 17 00:00:00 2001 From: liushijiu6699 Date: Mon, 12 Jul 2021 19:47:19 +0800 Subject: [PATCH] update docs Signed-off-by: liushijiu6699 --- en/device-dev/subsystems/sdk.md | 2 ++ .../SDK\345\274\200\345\217\221\350\277\207\347\250\213.md" | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/device-dev/subsystems/sdk.md b/en/device-dev/subsystems/sdk.md index 119cbc1e84..5cc0b85563 100644 --- a/en/device-dev/subsystems/sdk.md +++ b/en/device-dev/subsystems/sdk.md @@ -126,6 +126,8 @@ The function of the SDK header file is implemented by mapping SDK API calls to c

long long clientVersion: Indicates client version number. This parameter is not used currently.

int clientId: Indicates the client ID.

int sessionId: Indicates the session ID.

+

uid_t serverUid: Indicates the server UID.

+

uid_t clientUid: Indicates the client UID.

int extendLen: Indicates the length of the extended information (extendMsg).

unsigned char *extendMsg: Indicates the body of the extended information.

diff --git "a/zh-cn/device-dev/subsystems/SDK\345\274\200\345\217\221\350\277\207\347\250\213.md" "b/zh-cn/device-dev/subsystems/SDK\345\274\200\345\217\221\350\277\207\347\250\213.md" index aa7fa92fb5..83d933cdb5 100755 --- "a/zh-cn/device-dev/subsystems/SDK\345\274\200\345\217\221\350\277\207\347\250\213.md" +++ "b/zh-cn/device-dev/subsystems/SDK\345\274\200\345\217\221\350\277\207\347\250\213.md" @@ -126,6 +126,8 @@ SDK头文件的功能实现是基于对SDK的调用映射到对client的调用

long long clientVersion:客户端设备版本号(当前还未启用);

int clientId:客户端ID;

int sessionId:会话ID;

+

uid_t serverUid:server端UID;

+

uid_t clientUid:client端UID;

int extendLen:拓展信息(extendMsg)长度;

unsigned char *extendMsg:拓展信息主体;

-- GitLab