StrConcatW (FUN) ¶ FUNCTION StrConcatW : BOOL This function concatenates pstFrom to pstTo if the diBufferSize from pstTo is big enough. It will return FALSE and does no concatenation if one of the strings is NULL or the buffer size is not big enough. InOut: Scope Name Type Comment Return StrConcatW BOOL Input pstFrom CharBufferPtr simply a pointer to byte pstTo CharBufferPtr simply a pointer to byte udiBufferSize UDINT the buffer size of pstTo Output eError ERROR
KeyValue (STRUCT) ¶ TYPE KeyValue : STRUCT InOut: Name Type sKey STRING(255) sValue STRING(255)
REQUEST_TYPE (ENUM) ¶ TYPE REQUEST_TYPE : Types of http requests InOut: Name Initial Comment GET 0 http GET POST 1 http POST (needs input pwsPostValue) DELETE 2 http DELETE PUT 3 http PUT (needs input pwsPostValue) HEAD 4 http HEAD PATCH 5 http PATCH
Functions ¶ BASE64 BASE64_DECODE (Function) BASE64_ENCODE (Function) StringUtils FindJSONValue (Function) FindJSONValue2 (Function) URL_ENCODE_STRING (Function) URL_ENCODE_STRING2 (Function) URL_ENCODE_WSTRING (Function) URL_ENCODE_WSTRING2 (Function) UTF-8 ConvertUTF16toUTF8 (Function) ConvertUTF8toUTF16 (Function)
BASE64 ¶ BASE64_DECODE (Function) BASE64_ENCODE (Function)
StringUtils ¶ FindJSONValue (Function) FindJSONValue2 (Function)
URL_ENCODE_STRING (FUN) ¶ FUNCTION URL_ENCODE_STRING : STRING(Param.g_udiMaxRequestSize) URL Encoder for Strings InOut: Scope Name Type Return URL_ENCODE_STRING STRING(Param.g_udiMaxRequestSize) Input pbIn POINTER TO BYTE
URL_ENCODE_STRING2 (FUN) ¶ FUNCTION URL_ENCODE_STRING2 URL Encoder for Strings InOut: Scope Name Type Input pbIn POINTER TO BYTE pbOut POINTER TO BYTE udiSizeOut UDINT
URL_ENCODE_WSTRING (FUN) ¶ FUNCTION URL_ENCODE_WSTRING : WSTRING(Param.g_udiMaxRequestSize) URL Encoder for Wstrings InOut: Scope Name Type Return URL_ENCODE_WSTRING WSTRING(Param.g_udiMaxRequestSize) Input pwIn POINTER TO WORD
URL_ENCODE_WSTRING2 (FUN) ¶ FUNCTION URL_ENCODE_WSTRING2 URL Encoder for Wstrings InOut: Scope Name Type Input pwIn POINTER TO WORD pwOut POINTER TO WORD udiSizeOut UDINT