| 
    RTI Connext .Net APIs
    Version 5.3.1
    
   | 
 
<<interface>> Root class for all the conditions that may be attached to a DDS::WaitSet. More...
#include <managed_infrastructure.h>
  
 Public Member Functions | |
| virtual System::Boolean | get_trigger_value () override | 
Retrieve the trigger_value.  More... | |
<<interface>> Root class for all the conditions that may be attached to a DDS::WaitSet.
This basic class is specialised in three classes:
DDS::GuardCondition, DDS::StatusCondition, and DDS::ReadCondition.
A DDS::Condition has a trigger_value that can be true or false and is set automatically by RTI Connext. 
      
  | 
  pure virtual | 
Retrieve the trigger_value. 
Implemented in DDS::StatusCondition, DDS::GuardCondition, DDS::QueryCondition, and DDS::ReadCondition.