Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/RequestWt
- Timestamp:
- 03/04/20 15:02:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/RequestWt
v2 v3 16 16 == Remarks == 17 17 18 *** Deprecated *** applications should use RepeatMulti with a single weight receive function, such as MultiRcv, and a state variable to handle new weight received.RequestWt previously was used in apps in a tight loop to look for some change in weight. This often can cause bad behavior.18 *** Deprecated *** applications should use !RepeatMulti with a single weight receive function, such as !MultiRcv, and a state variable to handle new weight received. !RequestWt previously was used in apps in a tight loop to look for some change in weight. This often can cause bad behavior. 19 19 20 20