Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVerStr
- Timestamp:
- 08/26/10 10:58:47 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVerStr
v1 v1 1 = GetMnBdVerStr = 2 Gets the main board version 3 4 {{{ 5 string GetMnBdVerStr(); 6 }}} 7 8 == Parameters == 9 10 Function does not accept any parameters. 11 12 == Return Value == 13 14 Returns string representation of the main board version such as "1.16". 15 16 == Remarks == 17 18 19 == Examples == 20 21 {{{ 22 string str = GetMnBdVerStr(); 23 DisplayText(0, 0, str); 24 }}} 25 26 == See Also == 27