14.2.4.1.4 CS APIs
Functions for controlling Configuration Server parameters.
Functions | |
void | CS_ReadParameter (CS_MemoryItemId_t parameterId, void
*memoryPtr) Gets the value of the parameter specified by its ID and writes it to the provided address in memory. |
void | CS_WriteParameter (CS_MemoryItemId_t parameterId, const void
*parameterValue) Sets a value of a certain Configuration Server parameter specified by its ID. |
void | CS_GetMemory (CS_MemoryItemId_t memoryId, void **memoryPtr) Gets a pointer to the memory allocated for a specific internal structure |