BASE64_ENCODE (FUN)¶
FUNCTION BASE64_ENCODE
Base 64 encoder
- InOut:
Scope
Name
Type
Comment
Input
diSizeIn
DINT
Size of ‘in’
in
POINTER TO BYTE
Input: Pointer to BYTE array
out
POINTER TO BYTE
Output: Pointer to STRING
Output
diSizeOut
DINT
FUNCTION BASE64_ENCODE
Base 64 encoder
Scope |
Name |
Type |
Comment |
---|---|---|---|
Input |
|
|
Size of ‘in’ |
|
POINTER TO BYTE |
Input: Pointer to BYTE array |
|
|
POINTER TO BYTE |
Output: Pointer to STRING |
|
Output |
|
|