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