Unions ¶ RtsCryptoKeyStorage (Union) RtsKdfParameter (Union)
RtsCryptoKeyStorage (UNION) ¶ TYPE RtsCryptoKeyStorage : UNION Storage of a crypto key. InOut: Name Type Comment byteString RtsByteString Key is stored using the byte string. hCert RTS_IEC_HANDLE Key is identified by this handle.
RtsKdfParameter (UNION) ¶ TYPE RtsKdfParameter : UNION InOut: Name Type scrypt RtsScryptParameter
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 01.04.2022, 08:12:53 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpCrypto_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpCrypto_Itfs.clean.json version version 2.0.0.0 ProjectInformation IsInterfaceLibrary bool True Released True SourceLibrary False LastModificationDateTime date 01.04.2022, 08:12:53 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace Description See: Description DocFormat reStructuredText Project CmpCrypto_Itfs Title CmpCrypto Interfaces Version version 3.5.18.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
CmpDynamicText Library Documentation ¶ Company System Title CmpDynamicText Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpDynamicText Description 1 ¶ This library provides access to the dynamic text component in the runtime system. Contents: ¶ DynamicTextChangeLanguage (Function) DynamicTextGetCurrentLanguage (Function) DynamicTextGetDefaultText (Function) DynamicTextGetDefaultTextW (Function) DynamicTextGetText (Function) DynamicTextGetTextW (Function) DynamicTextIterateIndices (Function) DynamicTextLoadDefaultTexts (Function) DynamicTextRegisterFile (Function) DynamicTextRegisterPath (Function) DynamicTextReloadTexts (Function) DynamicTextUnRegisterFile (Function) Indices and tables ¶ 1 Based on CmpDynamicText.library, last modified 20.04.2021, 15:39:29. LibDoc 4.4.0.0-b.27 The content file CmpDynamicText.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:39:29.
DynamicTextChangeLanguage (FUN) ¶ FUNCTION DynamicTextChangeLanguage : BOOL This function changes the language in the CmpDynamicText component. The CmpDynamicText component loads the texts in this language into memory And returns the texts from this language in DynamicTextGetText and InOut: Scope Name Type Return DynamicTextChangeLanguage BOOL Input stLanguage STRING
DynamicTextGetCurrentLanguage (FUN) ¶ FUNCTION DynamicTextGetCurrentLanguage : STRING This method returns the name of the currently loaded language if there is any. If no language is loaded (there was no call to DynamicTextChangeLanguage before), then an empty string will be returned. InOut: Scope Name Type Return DynamicTextGetCurrentLanguage STRING
DynamicTextGetDefaultTextW (FUN) ¶ FUNCTION DynamicTextGetDefaultTextW : POINTER TO STRING This function retrieves the specified text from the runtime. The text will be returned as a IEC-WString (short* in the runtime) InOut: Scope Name Type Return DynamicTextGetDefaultTextW POINTER TO STRING Input pstTextList POINTER TO STRING pstTextIndex POINTER TO STRING
DynamicTextGetDefaultText (FUN) ¶ FUNCTION DynamicTextGetDefaultText : POINTER TO STRING This function retrieves the specified text from the runtime. The text will be returned as a IEC-String (char* in the runtime) InOut: Scope Name Type Return DynamicTextGetDefaultText POINTER TO STRING Input pstTextList POINTER TO STRING pstTextIndex POINTER TO STRING