FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSystem_StartRescue ( kSystem  system)

Starts broadcasting rescue request messages.

Some nodes have a feature that enables them to listen for special "force rescue" messages during boot up. If that feature is present and enabled, and a "force rescue" message is received at boot time, the node will load its rescue program instead of its primary program. This is a development-time feature that can be used to revive devices when the primary program repeatedly crashes on boot.

Refer to the kNode_EnableRescueWait documentation for information on how to enable this feature on nodes that support it.

Parameters
systemkSystem object.
Returns
Operation status.
See also
kSystem_StopRescue, kNode_EnableRescueWait