Striven
2025-09-09 35a008171f4ec8789df4acb62e5e41e747801f7e
Add response format docs
1 files modified
7 ■■■■ changed files
04_rendezvous/05_rmc_protocol.md 7 ●●●● patch | view | raw | blame | history
04_rendezvous/05_rmc_protocol.md
@@ -83,8 +83,11 @@
### Successful Response Format
> [!NOTE]
> TODO: Document successful response
| Name          | Description                                                                                                                                | Type                                            |
|---------------|--------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
| Call ID       | The nonce token for the call to associate the response to the request.                                                                     | `u32`                                           |
| Method Name   | The method that was called by the client.                                                                                                  | [`String`](./03_rendezvous_structure.md#string) |
| Response Data | Raw data to pass to the response handler, see the respective [protocol and method specification](#known-protocols) to write and read this. | `<remaining bytes>`                             |
### Unsuccessful Response Format