|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <stdio.h>#include <stdlib.h>#include <ctype.h>Go to the source code of this file.
Functions | |
| char * | base64 (const void *binaryData, int len, int *flen) |
| unsigned char * | unbase64 (const char *ascii, int len, int *flen) |
| char * base64 | ( | const void * | binaryData, |
| int | len, | ||
| int * | flen | ||
| ) |
Definition at line 67 of file nodeset_base64.h.
| unsigned char * unbase64 | ( | const char * | ascii, |
| int | len, | ||
| int * | flen | ||
| ) |
Definition at line 120 of file nodeset_base64.h.