RTI Connext C# API Version 7.3.0
Rti.Dds.Core.Policy.TransportPriorityBuilder Class Reference

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

Public Member Functions

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

Properties

int Value [get, set]
 This policy is a hint to the infrastructure as to how to set the priority of the underlying transport used to send the data. More...
 

Detailed Description

A modifiable type used to create an immutable TransportPriority

Constructor & Destructor Documentation

◆ TransportPriorityBuilder()

Rti.Dds.Core.Policy.TransportPriorityBuilder.TransportPriorityBuilder ( TransportPriority  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TransportPriority Rti.Dds.Core.Policy.TransportPriorityBuilder.Build ( )

Creates a new TransportPriority immutable object from this one.

Property Documentation

◆ Value

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

This policy is a hint to the infrastructure as to how to set the priority of the underlying transport used to send the data.

The full documentation is available in the C API: DDS_TransportPriorityQosPolicy_value