Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/RequestWt


Ignore:
Timestamp:
03/04/20 15:00:17 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/RequestWt

    v1 v1  
     1= RequestWt =
     2Sends
     3
     4{{{
     5void RequestWt(int nScale = g_nMnBdProcessScale);
     6}}}
     7
     8== Parameters ==
     9
     10 * nScale - scale number to get weight
     11
     12== Return Value ==
     13
     14 * Does not return a value
     15
     16== Remarks ==
     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.
     19
     20
     21== See Also ==
     22
     23 * [wiki:MnBdRead MnBdRead]
     24 * [wiki:MnBdOpen MnBdOpen]