FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNode_FindStat ( kNode  node,
kHealthId  id,
k32u  instance,
k64s value 
)

Gets the health statistic with the specified id and instance.

The statistics reported by this method correspond to the health statistics retrieved during the most recent call to kNode_RefreshStats.

Parameters
nodekNode object.
idHealth indicator ID.
instanceHealth indicator instance (or k32U_NULL for any).
valueReceives health indicator value.
Returns
Operation status (kERROR_NOT_FOUND if match not found).
See also
kNode_RefreshStats, kNode_FindStatByName