Changes between Version 18 and Version 19 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StartRepeatMulti
- Timestamp:
- 09/13/21 08:09:58 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StartRepeatMulti
v18 v19 24 24 25 25 An application should never perform weight or I/O requests such as calling MnBdProcess while repeat multi is enabled. 26 27 The specified !MultiRcv function is called with the current weight and I/O status repeatedly at the interval specified when !StartRepeatMulti was called. Should an application perform other initialization such as !MnBdSetWIM the !MultiRcv function will be called when SWIM information is available. It is important in this case to check the repeat_multi_record global variable. This will be zero when the weight and I/O information is available, this will be 0x45 when SWIM data is available. 26 28 27 29 == Examples ==