C API for BALTECH SDK
base64.h
Go to the documentation of this file.
1 
13 #ifndef BRP_LIB_BASE64_H
14 #define BRP_LIB_BASE64_H
15 
16 
17 #include "frames.h"
18 #include "errorcodes.h"
19 
20 
26 (
27  char * obj_name,
28  brp_frame encoded_frm,
30  brp_frame decoded_frm
31 );
32 
33 
34 #endif //BRP_LIB_BASE64_H
35  // end of defgroup brp_lib
Contains all possible error codes that could be returned by BRP library.
unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
Definition: errorcodes.h:23
BRP_LIB brp_errcode brp_decode_base64_obj(char *obj_name, brp_frame encoded_frm, brp_frame decoded_frm)
This function decodes any BASE64-encoded frame and stores the decoded data in "decoded_frm".
Defines frame objects that allow dynamic sized buffers to be handled easily.