Added getter API function to timer object for state-change-value (#1134)
* Added a new getter API function Timer_State_Change_Value_Get() to the timer object that returns state-change values by copying them to a caller-provided buffer, providing a safer alternative to the existing Timer_State_Change_Value() function which returns a direct pointer to internal data.
This commit is contained in:
@@ -28,6 +28,7 @@ The git repositories are hosted at the following sites:
|
||||
|
||||
### Added
|
||||
|
||||
* Added get copy API to timer object for state-change-value (#1134)
|
||||
* Added Audit Log and Time Value objects to basic device and builds. (#1128)
|
||||
* Added ListElement service callback for storing data. (#1128)
|
||||
* Added a basic timer object type example. (#1123)
|
||||
|
||||
Reference in New Issue
Block a user