| 1 | = RequestWt = |
| 2 | Sends |
| 3 | |
| 4 | {{{ |
| 5 | void 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] |