FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNode_AllowWatchdog ( kNode  node,
kBool  allow 
)

Specifies whether the watchdog can be enabled/disabled.

This function is provided to for debugging. Enabling the watchdog may hinder debugging (i.e. it may cause spontaneous reboots). This function can be used to forcefully disable the watchdog regardless of application settings and behaviors.

Use kNode_Commit to complete changes.

Parameters
nodeNode object.
allowkFALSE to disable the watchdog, kTRUE for default behavior.
Returns
Operation status.
See also
kNode_Commit.