|
FireSync API
|
| kStatus kDataTree_ChildText | ( | kDataTree | tree, |
| kDataTreeItem | parent, | ||
| const kChar * | path, | ||
| kChar * | value, | ||
| k32u | capacity | ||
| ) |
Gets child item content as a text value.
| tree | Tree object. |
| parent | Parent item. |
| path | Path relative to the parent item. |
| value | Receives content as a text value. |
| capacity | Size, in characters, of the string buffer. |