RTI Connext C# API  6.1.2
DestinationOrderBuilder Class Reference

A modifiable type used to create an immutable DestinationOrder More...

Public Member Functions

 DestinationOrderBuilder (DestinationOrder data)
 Creates a builder with the values of an existing immutable instance More...
 
DestinationOrder Build ()
 Creates a new DestinationOrder immutable object from this one. More...
 

Properties

DestinationOrderKind Kind [get, set]
 Specifies the desired kind of destination order. More...
 
DestinationOrderScopeKind Scope [get, set]
 Specifies the desired scope of the source destination order. More...
 
Duration SourceTimestampTolerance [get, set]
 Allowed tolerance between source timestamps of consecutive samples. More...
 

Detailed Description

A modifiable type used to create an immutable DestinationOrder

Constructor & Destructor Documentation

◆ DestinationOrderBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

DestinationOrder Build ( )

Creates a new DestinationOrder immutable object from this one.

Property Documentation

◆ Kind

DestinationOrderKind Kind
getset

Specifies the desired kind of destination order.

The full documentation is available in the C API: DDS_DestinationOrderQosPolicy::kind

◆ Scope

Specifies the desired scope of the source destination order.

The full documentation is available in the C API: DDS_DestinationOrderQosPolicy::scope

◆ SourceTimestampTolerance

Duration SourceTimestampTolerance
getset

Allowed tolerance between source timestamps of consecutive samples.

The full documentation is available in the C API: DDS_DestinationOrderQosPolicy::source_timestamp_tolerance