![]() |
Diffusion C API 6.12.0
|
String datatype associated functions. More...
Functions | |
bool | read_diffusion_string_value (const DIFFUSION_VALUE_T *value, char **string, DIFFUSION_API_ERROR *error) |
Get the string data from a String diffusion value. | |
bool | write_diffusion_string_value (const char *value, const BUF_T *buf) |
Write a string value into a BUF_T for an update. |
String datatype associated functions.
bool read_diffusion_string_value | ( | const DIFFUSION_VALUE_T * | value, |
char ** | string, | ||
DIFFUSION_API_ERROR * | error ) |
Get the string data from a String diffusion value.
value | value to read from. |
string | pointer to a pointer where the string data will be stored |
error | populated if an error occurs. Can be NULL. |
bool write_diffusion_string_value | ( | const char * | value, |
const BUF_T * | buf ) |
Write a string value into a BUF_T for an update.
value | string to be written into the BUF_T |
buf | BUF_T to write the string value into |