AddBase64

AddBase64 1:

This method adds a value of the data type Base64 to a property. Usually, a corresponding property was created beforehand with the method AddKey().

Syntax

METHOD AddBase64
VAR_INPUT
  pBytes : Pointer TO BYTE;
  nBytes : DINT;
END_VAR

AddBase64 2: Inputs

Name

Type

pBytes

POINTER TO BYTE

nBytes

DINT