Skip to content

Commit

Permalink
rpcmessage: respCallerIds explained
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Feb 11, 2024
1 parent e040d61 commit 02a04af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rpcmessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Attribute number | Attribute name | Description
8 | requestId | Every RPC request must have unique number per client. Matching RPC response will have the same number.
9 | shvPath | Path on which method will be called.
10 | method | Name of called RPC method
11 | callerIds | Internal attribute filled by broker to distinguish request from different clients with the same request ID.
13 | revCallerIds | Internal attribute filled by broker to enable support for multi-part messages and tunneling.
11 | callerIds | Internal attribute filled by broker in request message to distinguish requests with the same request ID, but issued by different clients.
13 | respCallerIds | Internal attribute filled by broker in response message to enable support for multi-part messages and tunneling. https://github.com/silicon-heaven/libshv/wiki/multipart-messages
14 | access | Access granted by broker to called `shvPath` and `method` to current user.
16 | userId | ID of user calling RPC method filled in by broker.
17 | accessLevel | Reserved, integer value, it will be used in next API version for chained brokers access capping
Expand Down

0 comments on commit 02a04af

Please sign in to comment.