SM3_CNC_GetVersion (FUN)

 

FUNCTION SM3_CNC_GetVersion : DWORD

Returns the version of the CNC library as a DWORD. Each byte of the DWORD contains one part of the version number (from most significant to leas significant):

Major | Minor | ServicePack | 2*Patch - 'Released'

The patch number is doubled and 1 is subtracted if the Released-Flag of the library is not set.

Examples:

  • 3.5.8.0, not released -> 16#030507FF

  • 3.5.8.0, released -> 16#03050800

  • 3.5.8.10, not released -> 16#03050813

InOut:

Scope

Name

Type

Return

SM3_CNC_GetVersion

DWORD