ores.variability Protocol Reference
Table of Contents
Protocol messages for the Variability subsystem (0x3000-0x3FFF).
See Protocol Reference for the complete protocol documentation.
Messages Overview
| ID | Name | Description |
|---|---|---|
| 0x3000 | list_feature_flags_request | Request to retrieve all feature flags. |
| 0x3001 | list_feature_flags_response | Response containing all feature flags. |
Message Details
list_feature_flags_request (0x3000)
Request to retrieve all feature flags.
list_feature_flags_response (0x3001)
Response containing all feature flags.
Fields
| Field | Type | Description |
|---|---|---|
| feature_flags | std::vector<domain::feature_flags> |