RTI Connext Traditional C++ API  Version 5.3.0
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups Pages
DDS_Property_t Struct Reference

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

Public Attributes

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

Detailed Description

Properties are name/value pairs objects.

Member Data Documentation

char* DDS_Property_t::name

Property name.

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

char* DDS_Property_t::value

Property value.

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

DDS_Boolean DDS_Property_t::propagate

Indicates if the property must be propagated on discovery.


RTI Connext Traditional C++ API Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc