RTI Connext C# API  6.1.2
ReceiverPoolBuilder Class Reference

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

Public Member Functions

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

Properties

ThreadSettings Thread [get, set]
 Receiver pool thread(s). More...
 
int BufferSize [get, set]
 The receive buffer size. More...
 
int BufferAlignment [get, set]
 The receive buffer alignment. More...
 

Detailed Description

A modifiable type used to create an immutable ReceiverPool

Constructor & Destructor Documentation

◆ ReceiverPoolBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

ReceiverPool Build ( )

Creates a new ReceiverPool immutable object from this one.

Property Documentation

◆ BufferAlignment

int BufferAlignment
getset

The receive buffer alignment.

The full documentation is available in the C API: DDS_ReceiverPoolQosPolicy::buffer_alignment

◆ BufferSize

int BufferSize
getset

The receive buffer size.

The full documentation is available in the C API: DDS_ReceiverPoolQosPolicy::buffer_size

◆ Thread

ThreadSettings Thread
getset

Receiver pool thread(s).

The full documentation is available in the C API: DDS_ReceiverPoolQosPolicy::thread