Version 2 (modified by 14 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.