RTI Connext C# API  6.1.0
TypeSupportBuilder Class Reference

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

Public Member Functions

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

Properties

IntPtr PluginData [get, set]
 Value to pass into the type plugin's de-/serialization function More...
 
CdrPaddingKind CdrPaddingKind [get, set]
 Determines whether or not the padding bytes will be set to zero during CDR serialization. More...
 

Detailed Description

A modifiable type used to create an immutable TypeSupport

Constructor & Destructor Documentation

◆ TypeSupportBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TypeSupport Build ( )

Creates a new TypeSupport immutable object from this one.

Property Documentation

◆ CdrPaddingKind

Determines whether or not the padding bytes will be set to zero during CDR serialization.

The full documentation is available in the C API: DDS_TypeSupportQosPolicy::cdr_padding_kind

◆ PluginData

IntPtr PluginData
getset

Value to pass into the type plugin's de-/serialization function

The full documentation is available in the C API: DDS_TypeSupportQosPolicy::plugin_data