RTI Connext C# API Version 7.3.0
Rti.Dds.Core.Policy.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()

Rti.Dds.Core.Policy.OwnershipStrengthBuilder.OwnershipStrengthBuilder ( OwnershipStrength  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

OwnershipStrength Rti.Dds.Core.Policy.OwnershipStrengthBuilder.Build ( )

Creates a new OwnershipStrength immutable object from this one.

Property Documentation

◆ Value

int Rti.Dds.Core.Policy.OwnershipStrengthBuilder.Value
getset

The strength value used to arbitrate among multiple writers.

The full documentation is available in the C API: DDS_OwnershipStrengthQosPolicy_value