RTI Connext C# API  6.1.0
GuardCondition Class Reference

A Condition whose Condition.TriggerValue is completely under the control of the application. More...

Inheritance diagram for GuardCondition:
Condition

Public Member Functions

 GuardCondition ()
 Creates a new GuardCondition. More...
 
void Dispose ()
 Releases the native resources used by this object More...
 
- Public Member Functions inherited from Condition
delegate void TriggeredEventHandler (Condition condition)
 The delegate type of the Triggered event. More...
 
void ResetEvents ()
 Removes all handlers for the Triggered event. More...
 

Properties

new bool TriggerValue [get, set]
 Gets and sets the trigger value More...
 
bool Disposed [get]
 Indicates whether this object has been disposed. More...
 
- Properties inherited from Condition
bool TriggerValue [get]
 Retrieves the trigger value (whether this condition is active) More...
 

Additional Inherited Members

- Events inherited from Condition
TriggeredEventHandler Triggered
 Event triggered in the context of WaitSet.Dispatch() when TriggerValue becomes true. More...
 

Detailed Description

A Condition whose Condition.TriggerValue is completely under the control of the application.

The full documentation is available in the C API: DDS_GuardCondition

Constructor & Destructor Documentation

◆ GuardCondition()

Creates a new GuardCondition.

The full documentation is available in the C API: DDS_GuardCondition_new

Member Function Documentation

◆ Dispose()

void Dispose ( )

Releases the native resources used by this object

Property Documentation

◆ Disposed

bool Disposed
get

Indicates whether this object has been disposed.

◆ TriggerValue

new bool TriggerValue
getset

Gets and sets the trigger value