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.
CodeMDecrementUnitCounter (FUN) ¶ FUNCTION CodeMDecrementUnitCounter : RTS_IEC_RESULT Decrement the unit counter InOut: Scope Name Type Comment Return CodeMDecrementUnitCounter RTS_IEC_RESULT Error code (see CmpErrors2 Interfaces Library) or ERR_OK if succeeded Input hCodeMeter RTS_IEC_HANDLE Handle to the CodeMeter license container retrieved by CodeMOpen(). udiUnitCount UDINT Unit count to decrement
CodeMDecrypt (FUN) ¶ FUNCTION CodeMDecrypt : RTS_IEC_RESULT Decrypt data InOut: Scope Name Type Comment Return CodeMDecrypt RTS_IEC_RESULT Error code (see CmpErrors2 Interfaces Library) or ERR_OK if succeeded Input hCodeMeter RTS_IEC_HANDLE Handle to the CodeMeter license container retrieved by CodeMOpen(). udiEncryptionCode UDINT Encryption code ulCRC UDINT CRC of the encrypted data pbyData POINTER TO BYTE Pointer to data to decrypt nDataLen __XWORD Length of data to decrypt
CodeMEncrypt (FUN) ¶ FUNCTION CodeMEncrypt : RTS_IEC_RESULT Encrypt data InOut: Scope Name Type Comment Return CodeMEncrypt RTS_IEC_RESULT Error code (see CmpErrors2 Interfaces Library) or ERR_OK if succeeded Input hCodeMeter RTS_IEC_HANDLE Handle to the CodeMeter license container retrieved by CodeMOpen(). udiEncryptionCode UDINT Encryption code pbyData POINTER TO BYTE Pointer to plain text data to encrypt nDataLen __XWORD Length of data to encrypt Inout ulCRC UDINT Returns CRC of the encrypted data
CodeMGetContentByFirmcode (FUN) ¶ FUNCTION CodeMGetContentByFirmcode : RTS_IEC_RESULT Get the license entry stored on a CodeMeter container with the specified identifiers InOut: Scope Name Type Comment Return CodeMGetContentByFirmcode RTS_IEC_RESULT Returns error code (see CmpErrors2 Interfaces Library) or ERR_OK if succeeded Input duiFirmcode UDINT FirmCode of the license duiProductcode UDINT ProductCode of the license Inout licenseEntry RTS_CMBOXENTRY Returns the content of the license entry