SysSockAsyncFB.SysSockShutdownAsyncWrapper (METH) ¶ METHOD SysSockShutdownAsyncWrapper : RTS_IEC_RESULT InOut: Scope Name Type Return SysSockShutdownAsyncWrapper RTS_IEC_RESULT Input pParam POINTER TO tSysSockShutdown
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 16:10:39 companyName string 3S-Smart Software Solutions GmbH libraryFile SysSocketAsync.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysSocketAsync.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 16:10:39 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder SysSocketAsync Project SysSocketAsync Title SysSocketAsync Version version 3.5.17.0
SysStr23 Library Documentation ¶ Company System Title SysStr23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions Description 1 ¶ V2.3 compatible SysLib for string functions Contents: ¶ Internal ToLower (Function) POUs SysStrCmp (Function) SysStrCmpI (Function) SysStrCmpN (Function) SysStrCmpNI (Function) SysStrCpy (Function) SysStrLen (Function) Indices and tables ¶ 1 Based on SysStr23.library, last modified 03.07.2018, 10:35:23. LibDoc 4.4.0.0-b.27 The content file SysStr23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:23.
Internal ¶ ToLower (Function)
ToLower (FUN) ¶ FUNCTION ToLower : BYTE InOut: Scope Name Type Return ToLower BYTE Input byIn BYTE
POUs ¶ SysStrCmp (Function) SysStrCmpI (Function) SysStrCmpN (Function) SysStrCmpNI (Function) SysStrCpy (Function) SysStrLen (Function)
SysStrCmp (FUN) ¶ FUNCTION SysStrCmp : DINT InOut: Scope Name Type Comment Return SysStrCmp DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer
Assert_ULInt_Equal (FUN) ¶ FUNCTION Assert_ULInt_Equal : BOOL Assertion function to check equality of two values of type ULINT InOut: Scope Name Type Initial Comment Return Assert_ULInt_Equal BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue ULINT The expected value actualValue ULINT The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
Assert_ULInt_Greater (FUN) ¶ FUNCTION Assert_ULInt_Greater : BOOL Assertion function to check that a value of ULINT is greater then the given threshold InOut: Scope Name Type Initial Comment Return Assert_ULInt_Greater BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue ULINT The value indicating the threshold actualValue ULINT The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
Assert_ULInt_GreaterEqual (FUN) ¶ FUNCTION Assert_ULInt_GreaterEqual : BOOL Assertion function to check that a value of ULINT is greater or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_ULInt_GreaterEqual BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue ULINT The value indicating the threshold actualValue ULINT The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .