RTI Connext Modern C++ API Version 7.3.0
rti::topic::trust::EndpointTrustProtectionInfo Class Reference

<<extension>> <<value-type>> Trust Plugins Protection information associated with the discovered endpoint. More...

#include <rti/topic/trust/EndpointTrustProtectionInfo.hpp>

Public Member Functions

 EndpointTrustProtectionInfo ()=default
 Create an instance with the default Trust Plugins Protection Info associated with the discovered endpoint. More...
 
uint32_t bitmask () const
 Information about how RTPS wire serialization, discovery, and liveliness interact with the associated Trust Plugins Protection configuration. More...
 
uint32_t plugin_bitmask () const
 Internal plugin information that is opaque to DDS. More...
 

Detailed Description

<<extension>> <<value-type>> Trust Plugins Protection information associated with the discovered endpoint.

Constructor & Destructor Documentation

◆ EndpointTrustProtectionInfo()

rti::topic::trust::EndpointTrustProtectionInfo::EndpointTrustProtectionInfo ( )
default

Create an instance with the default Trust Plugins Protection Info associated with the discovered endpoint.

The meaning of this field may vary depending on what Trust Plugins the endpoint is using.

Member Function Documentation

◆ bitmask()

uint32_t rti::topic::trust::EndpointTrustProtectionInfo::bitmask ( ) const
inline

Information about how RTPS wire serialization, discovery, and liveliness interact with the associated Trust Plugins Protection configuration.

The meaning of the contents of this field may vary depending on what Trust Plugins the endpoint is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.

◆ plugin_bitmask()

uint32_t rti::topic::trust::EndpointTrustProtectionInfo::plugin_bitmask ( ) const
inline

Internal plugin information that is opaque to DDS.

The meaning of the contents of this field may vary depending on what Trust Plugins the endpoint is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.