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.
long long clientVersion:客户端设备版本号(当前还未启用);
+ +