Striven
2025-09-11 59167d9276468d6b78f486849eb13b20825b8fbc
Update header and link for class version structure
1 files modified
16 ■■■■ changed files
04_rendezvous/05_rmc_protocol.md 16 ●●●● patch | view | raw | blame | history
04_rendezvous/05_rmc_protocol.md
@@ -46,15 +46,15 @@
```
##### Parsing
| Name           | Description                                                                                                                               | Type                                                                                         |
|----------------|-------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| ...            | See [Base Packet Format](#base-packet-format) for parsing the prologue of a request packet.                                               | ...                                                                                          |
| Call ID        | The nonce token for this call to identify the response associated with this request.                                                      | `u32`                                                                                        |
| Method Name    | The method to call on the server.                                                                                                         | [`String`](./03_rendezvous_structure.md#structure-string)                                    |
| Class Versions | Version information about the data in the request                                                                                         | [`List`](./03_rendezvous_structure.md#structure-listt)`<`[`ClassVersion`](#class-version)`>` |
| Request Data   | Raw data to pass to the request handler, see the respective [protocol and method specification](#known-protocols) to write and read this. | `<remaining bytes>`                                                                          |
| Name           | Description                                                                                                                               | Type                                                                                                  |
|----------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
| ...            | See [Base Packet Format](#base-packet-format) for parsing the prologue of a request packet.                                               | ...                                                                                                   |
| Call ID        | The nonce token for this call to identify the response associated with this request.                                                      | `u32`                                                                                                 |
| Method Name    | The method to call on the server.                                                                                                         | [`String`](./03_rendezvous_structure.md#structure-string)                                             |
| Class Versions | Version information about the data in the request                                                                                         | [`List`](./03_rendezvous_structure.md#structure-listt)`<`[`ClassVersion`](#structure-classversion)`>` |
| Request Data   | Raw data to pass to the request handler, see the respective [protocol and method specification](#known-protocols) to write and read this. | `<remaining bytes>`                                                                                   |
### `ClassVersion`
### Structure: `ClassVersion`
Example:
```
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F