wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevWtStatus

Version 3 (modified by Don Wilson, 6 years ago) ( diff )

--

ResetPrevWtStatus

Resets the previous weight status so the next call to IsWtStatusChanged will return true.

void ResetPrevWtStatus(void);

void ResetPrevWtStatus(int nScale);

Parameters

  • nScale - scale to reset

Version with no parameter will reset all scales.

Return Value

This function does not return any result.

Remarks

Examples

// After clearing a menu display reset the previous weight status so the weight status will be redrawn right away
ResetPrevWtStatus();

See Also

Note: See TracWiki for help on using the wiki.