20#ifndef SOPC_HELPER_ENCODE_H_
21#define SOPC_HELPER_ENCODE_H_
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
SOPC_ReturnStatus SOPC_HelperDecode_Base64(const char *pInput, unsigned char **ppOut, size_t *pOutLen)
This function decodes a null-terminated base64 C string.
SOPC_ReturnStatus SOPC_HelperEncode_Hex(const unsigned char *pInput, char *pOut, size_t inputLen)
Encodes a ByteString to a hexadecimal ByteString.
SOPC_ReturnStatus SOPC_HelperDecode_Hex(const char *pInput, unsigned char *pOut, size_t outputLen)
Decodes a hexadecimal ByteString.