CRC16Init (FUN) ¶ FUNCTION CRC16Init : WORD InOut: Scope Name Type Return CRC16Init WORD
CRC16Update (FUN) ¶ FUNCTION CRC16Update : WORD InOut: Scope Name Type Return CRC16Update WORD Input ulCRC WORD pData POINTER TO BYTE ulSize __XWORD
CRC32Finish (FUN) ¶ FUNCTION CRC32Finish : DWORD InOut: Scope Name Type Return CRC32Finish DWORD Input ulCRC DWORD
CRC32Init (FUN) ¶ FUNCTION CRC32Init : DWORD InOut: Scope Name Type Return CRC32Init DWORD
CRC32Update (FUN) ¶ FUNCTION CRC32Update : DWORD InOut: Scope Name Type Return CRC32Update DWORD Input ulCRC DWORD pData POINTER TO BYTE ulSize __XWORD
CRC32Update2 (FUN) ¶ FUNCTION CRC32Update2 : DWORD InOut: Scope Name Type Return CRC32Update2 DWORD Input ulCRC DWORD pData POINTER TO BYTE ulSize __XWORD
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:38:03 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpChecksum.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpChecksum.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 15:38:03 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder CmpChecksum Project CmpChecksum Title CmpChecksum Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
CmpCodeMeter Library Documentation ¶ Company System Title CmpCodeMeter Version 3.5.18.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpCodeMeter Description 1 ¶ Library to get access to the CodeMeter license containers. Contents: ¶ CodeMClose (Function) CodeMDecrementUnitCounter (Function) CodeMDecrypt (Function) CodeMEncrypt (Function) CodeMGetContentByFirmcode (Function) CodeMGetContentByFirmcode2 (Function) CodeMGetExpirationTime (Function) CodeMGetFirst (Function) CodeMGetInfo (Function) CodeMGetName (Function) CodeMGetNext (Function) CodeMGetQuantity (Function) CodeMGetUnitCounter (Function) CodeMOpen (Function) GlobalConstants EventIDs (GVL) RTS_CMBOXENTRY (Struct) RTS_CODEMETER_INFO (Struct) Types EVTPARAM_CmpCodeMeterLicenseActivated (Struct) internal functions CodeMGetFeatureMapByFirmcode (Function) Indices and tables ¶ 1 Based on CmpCodeMeter.library, last modified 01.04.2022, 08:12:12. LibDoc 4.4.0.0-b.27 The content file CmpCodeMeter.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 01.04.2022, 08:12:12.
CodeMClose (FUN) ¶ FUNCTION CodeMClose : RTS_IEC_RESULT Close a license with the specified handle InOut: Scope Name Type Comment Return CodeMClose RTS_IEC_RESULT Error code (see CmpErrors2 Interfaces Library) or ERR_OK if succeeded Input hCodeMeter RTS_IEC_HANDLE Handle to the open CodeMeter container which was retrieved by CodeMOpen() or CodeMGetFirst / CodeMGetNext.