Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdStartup


Ignore:
Timestamp:
08/25/10 08:01:02 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v2  
    11= MnBdStartup =
     2Opens the various main board devices and gets status information such as number of scales.
     3
     4{{{
     5void MnBdStartup(void);
     6}}}
     7
     8== Parameters ==
     9
     10Function does not accept any parameters.
     11
     12== Return Value ==
     13
     14Function does not return any result.
     15
     16== Remarks ==
     17
     18MnBdStartup may be used at the beginning of an application to automatically call MnBdOpen for all appropriate devices, and fill in memory structures so that other functions such as ''GetCapacity()'' and ''GetInterval()'' are then usuable.
     19
     20== Example ==
     21
     22{{{
     23MnBdStartup();
     24}}}
     25
     26
     27== See Also ==
     28
     29 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdOpen MnBdOpen]
     30 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdShutdown MnBdShutdown]