RTI Connext C# API  6.1.0
DataRepresentationBuilder Class Reference

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

Public Member Functions

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

Properties

ImmutableList< short >.Builder Value [get, set]
 Sequence of representation identifiers. More...
 
CompressionSettings CompressionSettings [get, set]
 Structure that contains the compression settings. More...
 

Detailed Description

A modifiable type used to create an immutable DataRepresentation

Constructor & Destructor Documentation

◆ DataRepresentationBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

DataRepresentation Build ( )

Creates a new DataRepresentation immutable object from this one.

Property Documentation

◆ CompressionSettings

Structure that contains the compression settings.

The full documentation is available in the C API: DDS_DataRepresentationQosPolicy::compression_settings

◆ Value

ImmutableList<short>.Builder Value
getset

Sequence of representation identifiers.

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