diff --git a/en/device-dev/subsystems/sdk.md b/en/device-dev/subsystems/sdk.md index 119cbc1e84f7f4c04e58f682a535759ddff30b6f..5cc0b855635d383e046ae6c117a8d28428406da3 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 aa7fa92fb52808fce10f65d393d20bf950cbf31a..83d933cdb5df36058c1726de5d289c88a9fb2fbb 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:拓展信息主体;