RTI Connext C# API  6.1.0
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()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TransportPriority Build ( )

Creates a new TransportPriority immutable object from this one.

Property Documentation

◆ Value

int 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