C API ZITreeChangeData Struct
The struct is holding info about added or removed nodes.
Name |
Type |
Description |
timeStamp |
ZITimeStamp |
Time stamp at which the data was updated.
|
action |
uint32_t |
field indicating which action occurred on the tree. A value of the ZITreeAction_enum.
|
name |
char |
Name of the Path that has been added, removed or changed.
|