= MnBdStartup = Opens the various main board devices and gets status information such as number of scales. {{{ void MnBdStartup(void); }}} == Parameters == Function does not accept any parameters. == Return Value == Function does not return any result. == Remarks == MnBdStartup 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. == Example == {{{ MnBdStartup(); }}} == See Also == * [wiki:MnBdOpen MnBdOpen] * [wiki:MnBdShutdown MnBdShutdown]