Param (PARAMS) ¶ INI file symbols InOut: Scope Name Type Initial Comment Constant gc_sAssignmentSymbol STRING(1) ‘=’ Assignment symbol gc_sSectionStartSymbol STRING(1) ‘[’ Section start symbol gc_sSectionEndSymbol STRING(1) ‘]’ Section end symbol gc_sCommentSymbol STRING(1) ‘;’ Comment symbol
Structs ¶ IniFileEntry (Struct)
IniFileEntry (STRUCT) ¶ TYPE IniFileEntry : STRUCT A single key value pair with a section. InOut: Name Type Comment sSection STRING(100) Section of the value sKey STRING(100) Key of the value sValue STRING(255) The value sComment STRING(255) Comment
VersionConstants (GVL) ¶ InOut: Scope Name Type Initial Constant gc_byVersion BYTE 1 gc_byVersion_1 BYTE 0
IJSONData.SetString (METH) ¶ METHOD SetString : ERROR Method to set WSTRING values InOut: Scope Name Type Comment Return SetString ERROR Input wsValue WSTRING(GParams.g_diMaxStringSize) Value diIndex DINT Index of the lement diParentIndex DINT Parent index, -1 if top level
JSON Web Token SL Library Documentation ¶ Company : CODESYS Title : JSON Web Token SL Version : 1.9.0.0 Categories : Application|Utils Namespace : JWT Author : CODESYS Development GmbH Placeholder : JSON_Web_Token_SL Description [ 1 ] ¶ Library to create JSON Web Token Contents: ¶ JSON Web Token Enums Function Block Gloabal Constant Indices and tables ¶ [ 1 ] Based on JSON Web Token SL.library, last modified 11.09.2023, 10:39:00. LibDoc 4.4.0.0-b.37 The content file JSON Web Token SL.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 11.09.2023, 10:39:02.
JSON Web Token ¶ Enums ERROR (Enum) JWTAlgorithm (Enum) Function Block createJWT (FunctionBlock) Gloabal Constant Gloabal_Constant (GVL)
Enums ¶ ERROR (Enum) JWTAlgorithm (Enum)
ERROR (ENUM) ¶ TYPE ERROR : Attributes: qualified_only InOut: Name Comment NO_ERROR No Error Conversion_Failed Could not convert JSON Data Invalid_Key Could not find valid private key, or certificate Signature_Failed Signig of JWT Failed Algorithm_Not_Supported JWT Algorithm not Supported Secret_Not_Initialised Secret is not initialised but is needed CommonName_Not_Initialized Common Name is not initialised but is needed Invalid_JWT_Pointer Pointer to JWT output is invalid INVALID_LICENSE No valid License found
JWTAlgorithm (ENUM) ¶ TYPE JWTAlgorithm : Attributes: qualified_only InOut: Name Comment HS256 HS256 algorithm HS384 HS384 algorithm HS512 HS512 algorithm RS256 RS256 algorithm