Skip to content

Commit

Permalink
Update rpcmessage.md add Part attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Oct 8, 2024
1 parent fab4af3 commit d48026b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpcmessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RPC message can have meta-data attribute defined.
| 18 | SeqNo | Int | Reserved, it will be used in next API version for multi-part messages <https://github.com/silicon-heaven/libshv/wiki/multipart-messages>
| 19 | Source | String | Used for signals to store method name this signal is associated with.
| 20 | Repeat | Bool | Used for signals to informat that signal was emited as a repeat of some older ones (that might not might not have been sent).
| 21 | Part | Bool | Reserved, it will be used in next API version for multi-part messages <https://github.com/silicon-heaven/libshv/wiki/multipart-messages>

Second part of RPC message is `IMap` with following possible keys.

Expand Down

0 comments on commit d48026b

Please sign in to comment.