Function dds_qset_bprop

Function Documentation

void dds_qset_bprop(dds_qos_t *qos, const char *name, const void *value, const size_t sz)

Stores the provided binary data as a property in a qos structure.

In the case a property with the provided name already exists in the qos structure, the value for this entry is overwritten with the provided data. If more than one property with the provided name exists, only the value of the first of these properties is updated.

Parameters
  • qos[inout] - Pointer to a dds_qos_t structure that will store the property

  • name[in] - Pointer to name of the property

  • value[in] - Pointer to data to be stored in the property

  • sz[in] - Size of the data