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

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

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

Public Member Functions

 ParticipantTrustProtectionInfo ()=default
 Create an instance with the default Trust Plugins Protection Info associated with the DomainParticipant. 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 DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustProtectionInfo()

rti::topic::trust::ParticipantTrustProtectionInfo::ParticipantTrustProtectionInfo ( )
default

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

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

Member Function Documentation

◆ bitmask()

uint32_t rti::topic::trust::ParticipantTrustProtectionInfo::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 DomainParticipant 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::ParticipantTrustProtectionInfo::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 DomainParticipant is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.