open62541
1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
deps
base64.h
Go to the documentation of this file.
1
#ifndef UA_BASE64_H_
2
#define UA_BASE64_H_
3
4
#include <
open62541/config.h
>
5
6
_UA_BEGIN_DECLS
7
8
#include <stddef.h>
9
10
11
unsigned
char
*
12
UA_base64
(
const
unsigned
char
*src,
size_t
len,
size_t
*out_len);
13
14
15
unsigned
char
*
16
UA_unbase64
(
const
unsigned
char
*src,
size_t
len,
size_t
*out_len);
17
18
_UA_END_DECLS
19
20
#endif
/* UA_BASE64_H_ */
UA_unbase64
unsigned char * UA_unbase64(const unsigned char *src, size_t len, size_t *out_len)
UA_base64
_UA_BEGIN_DECLS unsigned char * UA_base64(const unsigned char *src, size_t len, size_t *out_len)
config.h
_UA_BEGIN_DECLS
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition
config.h:89
_UA_END_DECLS
#define _UA_END_DECLS
Definition
config.h:96
Generated by
1.11.0