RTI Connext Modern C++ API  Version 6.1.0
rti::core::DiscoveryPluginPromiscuityKind_def Struct Reference

The definition of the dds::core::safe_enum DiscoveryPluginPromiscuityKind. More...

#include <DiscoveryPluginPromiscuityKind.hpp>

Public Types

enum  type {
  DISCOVER_MATCHING_REMOTE_ENTITIES = 0x0001,
  DISCOVER_ALL_REMOTE_ENTITIES = 0xFFFF
}
 The underlying enum type. More...
 

Detailed Description

The definition of the dds::core::safe_enum DiscoveryPluginPromiscuityKind.

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
DISCOVER_MATCHING_REMOTE_ENTITIES 

Give the discovery plugin at least the matches and silently allow the discovery plug-in to give as much data as it wants.

DISCOVER_ALL_REMOTE_ENTITIES 

Give the discovery plugin information about all remote entities.