| Version 3 (modified by , 8 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)