|
anbox-platform-sdk
1.28.0
Anbox Platform SDK API documentation
|
Represents a single configuration item. More...
#include <types.h>
Collaboration diagram for AnboxPlatformConfigurationItem:Public Attributes | |
| AnboxPlatformConfigurationKey | key |
| The unique identifier for the configuration option. More... | |
| void * | data |
| Pointer to the value buffer for this configuration key. The caller is responsible for ensuring the memory pointed to by this pointer remains valid for the duration of the API call. The platform should copy the data if it needs to persist the value beyond the call. More... | |
| size_t | data_size |
The size of the memory buffer (in bytes) pointed to by data. This is used for type-safety and bounds checking to prevent memory corruption during configuration updates. More... | |
| void* AnboxPlatformConfigurationItem::data |
Pointer to the value buffer for this configuration key. The caller is responsible for ensuring the memory pointed to by this pointer remains valid for the duration of the API call. The platform should copy the data if it needs to persist the value beyond the call.
| size_t AnboxPlatformConfigurationItem::data_size |
| AnboxPlatformConfigurationKey AnboxPlatformConfigurationItem::key |