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


Ignore:
Timestamp:
08/20/10 13:47:04 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v2  
    11= MnBdClose =
     2Closes the specified main board device.
     3
     4{{{
     5void MnBdClose(int nDev);
     6}}}
     7
     8== Parameters ==
     9
     10 * nDev - main board device number
     11
     12== Return Value ==
     13
     14Function does not return any result.
     15
     16== Remarks ==
     17
     18MnBdShutdown may be used at the shutdown of an application to automatically call MnBdClose for all appropriate devices.
     19
     20== Examples ==
     21
     22{{{
     23MnBdClose(MNBD_DEV);
     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]