Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
dword coTfsGetVersion( void );
dword majorVersion; dword minorVersion; minorVersion = coTfsGetVersion(); majorVersion = (minorVersion >> 8) & 0xFF; minorVersion = minorVersion & 0xFF; write("coTfs node layer version = %d.%d", majorVersion, minorVersion);