SYNOPSIS

#include <../vformat/vf_iface.h>

extern bool_t vf_set_prop_value_base64

(

VF_PROP_T *p_prop,

const uint8_t *p_data,

uint32_t length,

bool_t copy

);

PARAMETERS

VF_PROP_T *p_prop

Property we're setting a value in.

const uint8_t *p_data

Pointer to the binary data.

uint32_t length

Length of the binary data.

bool_t copy

Copy or keep pointer.

DESCRIPTION

Set the value of a property.

RETURNS

TRUE <=> set successfully.

RELATED TO vf_set_prop_value_base64…