Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetKernelVerStr


Ignore:
Timestamp:
08/26/10 10:41:41 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetKernelVerStr

    v1 v1  
     1= GetKernelVerStr =
     2Gets the OS (kernel) version
     3
     4{{{
     5string GetKernelVerStr();
     6}}}
     7
     8== Parameters ==
     9
     10Function does not accept any parameters.
     11
     12== Return Value ==
     13
     14Returns string representation of the full OS version such as 2.6.17.7-2010.08.04
     15
     16== Remarks ==
     17
     18
     19== Examples ==
     20
     21{{{
     22string str = GetKernelVerStr();
     23DisplayText(0, 0, str);
     24}}}
     25
     26== See Also ==
     27