= GetMnBdVerStr = Gets the main board version {{{ string GetMnBdVerStr(); }}} == Parameters == Function does not accept any parameters. == Return Value == Returns string representation of the main board version such as "1.16". == Remarks == MnBdStartup must be performed before this will return a valid result. == Examples == {{{ string str = GetMnBdVerStr(); DisplayText(0, 0, str); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVer GetMnBdVer] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetKernelVerStr GetKernelVerStr] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetLoaderVerStr GetLoaderVerStr]