Function dds_qget_bpropnames¶
Defined in File dds_public_qos.h
Function Documentation¶
-
bool dds_qget_bpropnames(const dds_qos_t *qos, uint32_t *n, char ***names)¶
Gets the names of the binary properties from a qos structure.
- Parameters
qos – [inout] - Pointer to a dds_qos_t structure that contains binary properties
n – [inout] - Pointer to number of binary property names that are returned (optional)
names – [inout] - Pointer that will store the string(s) containing binary property name(s) (optional). This function will allocate the memory for the list of names and for the strings containing the names; the caller gets ownership of the allocated memory
- Returns
- false iff any of the arguments is invalid or the qos is not present in the qos object