RTI Connext C# API  6.1.0
OwnershipStrengthBuilder Class Reference

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

Public Member Functions

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

Properties

int Value [get, set]
 The strength value used to arbitrate among multiple writers. More...
 

Detailed Description

A modifiable type used to create an immutable OwnershipStrength

Constructor & Destructor Documentation

◆ OwnershipStrengthBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

OwnershipStrength Build ( )

Creates a new OwnershipStrength immutable object from this one.

Property Documentation

◆ Value

int Value
getset

The strength value used to arbitrate among multiple writers.

The full documentation is available in the C API: DDS_OwnershipStrengthQosPolicy::value