Version 3 (modified by 7 years ago) ( diff ) | ,
---|
GetLoaderVer
Gets the Loader (OPI card boot loader) version
int GetLoaderVer();
Parameters
Function does not accept any parameters.
Return Value
Returns numeric representation of the loader version multiplied by 100. For example version "1.08o" will result as 108.
Remarks
Examples
int n = GetLoaderVer(); if(n < 108) { DisplayText(0, 0, "Loader update recommended"); }
See Also
Note:
See TracWiki
for help on using the wiki.