Function dds_qunset_prop

Function Documentation

void dds_qunset_prop(dds_qos_t *qos, const char *name)

Removes the property with the provided name from a qos structure.

In case more than one property exists with this name, only the first property is removed.

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

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