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

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.20.003".

Remarks

MnBdStartup must be performed before this will return a valid result.

Examples

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

See Also

Last modified 6 years ago Last modified on 04/12/18 13:14:15
Note: See TracWiki for help on using the wiki.