|
FireSync API
|
| kStatus kHealthLog_FindStatValue | ( | kHealthLog | log, |
| kHealthId | id, | ||
| k32u | instance, | ||
| k64s * | value | ||
| ) |
Gets the latest logged value of the specifid health stat.
This method is intended to be fast; no file I/O is performed.
This method is thread-safe.
| log | Health log object. |
| id | Health indicator identifier. |
| instance | Health indicator instance. |
| value | Receives latest logged value of the specified statistic. |