You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The LMX_GetVersion function retrieves the major and minor version number of the LM-X SDK.

Prototype

int LMX_GetVersion();

Return values

This function returns an integer in the format (major)(minor)(minor). For example, a return value of 121 represents version number 1.21.

  • No labels