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

Enables the feature to wait for a rescue message at boot time.

This feature is not available on all controllers and/or boot loader versions. At the time of this writing, this feature was under development for M2/M50, but not yet available. M1 and M3 boards always support this feature.

This feature is more appropriate for use during development than in the field, because it extends boot time by several seconds (e.g., ~5s on M2). However, the decision to use this in production can be made on a product-by-product basis. Apart from extending the boot time, there's little downside to enabling this feature.

Refer to the kSystem_StartRescue documentation for information on how to rescue nodes that support this feature.

Parameters
nodeNode object.
enablekTRUE to enable the feature.
Returns
Operation status.
See also
kSystem_StartRescue, kSystem_StopRescue