|
FireSync API
|
| kStatus kHealthSummary_EntryItem | ( | kHealthSummary | summary, |
| kHealthSummaryStat | stat, | ||
| kSize | index, | ||
| k64s * | value | ||
| ) |
Gets the log entry associated with the specified stat at the specified log entry index.
All stat arrays contain the same number of log entries. Entries that were missing/inaccessible in the original log data are represented by k64S_NULL.
| summary | Health summary. |
| stat | Health stat. |
| index | Entry index. |
| value | Receives entry value. |