RTI Connext C API Version 7.3.0

Properties are name/value pairs objects. More...

Data Fields

char * name
 Property name. More...
 
char * value
 Property value. More...
 
DDS_Boolean propagate
 Indicates if the property must be propagated on discovery. More...
 

Detailed Description

Properties are name/value pairs objects.

Field Documentation

◆ name

char* DDS_Property_t::name

Property name.

It must be a NULL-terminated string allocated with DDS_String_alloc or DDS_String_dup.

◆ value

char* DDS_Property_t::value

Property value.

It must be a NULL-terminated string allocated with DDS_String_alloc or DDS_String_dup.

◆ propagate

DDS_Boolean DDS_Property_t::propagate

Indicates if the property must be propagated on discovery.