man vf_get_prop_value_base64 (Fonctions bibliothèques) - vf_get_prop_value_base64()

NAME

vf_get_prop_value_base64 - vf_get_prop_value_base64()

SYNOPSIS

#include <../vformat/vf_iface.h> extern const uint8_t *vf_get_prop_value_base64

(

VF_PROP_T *p_prop,

uint32_t *p_length

);

PARAMETERS

VF_PROP_T *p_prop
Property we're setting a value in.
uint32_t *p_length
Length of the binary data.

DESCRIPTION

Get a BASE64 property. Returns ptr, passes length via parameter.

RETURNS

Ptr to data.

SEE ALSO