Version 4 (modified by 5 years ago) ( diff ) | ,
---|
RequestWt
Sends
void RequestWt(int nScale = g_nMnBdProcessScale);
Parameters
- nScale - scale number to get weight
Return Value
- Does not return a value
Remarks
* Deprecated * applications should use RepeatMulti with a single weight receive function, such as MultiRcv. A state variable may be used handle new weight received conditionally. RequestWt previously was used in apps in a tight loop to look for some change in weight. This often can cause bad behavior, such as making the app appear to be locked up.
See Also
Note:
See TracWiki
for help on using the wiki.