Changes between Version 18 and Version 19 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StartRepeatMulti


Ignore:
Timestamp:
09/13/21 08:09:58 (3 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v18 v19  
    2424
    2525An application should never perform weight or I/O requests such as calling MnBdProcess while repeat multi is enabled.
     26
     27The 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.
    2628
    2729== Examples ==