= MnBdClose = Closes the specified main board device. {{{ void MnBdClose(int nDev); }}} == Parameters == * nDev - main board device number == Return Value == Function does not return any result. == Remarks == MnBdShutdown may be used at the shutdown of an application to automatically call MnBdClose for all appropriate devices. == Examples == {{{ MnBdClose(MNBD_DEV); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdOpen MnBdOpen] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdShutdown MnBdShutdown]