wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVerStr

Version 1 (modified by Don Wilson, 14 years ago) ( diff )

--

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

Examples

string str = GetMnBdVerStr();
DisplayText(0, 0, str);

See Also

Note: See TracWiki for help on using the wiki.