RTI Connext C# API Version 7.2.0
Rti.Dds.Core.LocatorBuilder Class Reference

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

Public Member Functions

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

Properties

int Kind [get, set]
 The kind of locator. More...
 
uint Port [get, set]
 the port number More...
 
ImmutableList< byte > Address [get, set]
 The IP address. More...
 

Detailed Description

A modifiable type used to create an immutable Locator

Constructor & Destructor Documentation

◆ LocatorBuilder()

Rti.Dds.Core.LocatorBuilder.LocatorBuilder ( Locator  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Locator Rti.Dds.Core.LocatorBuilder.Build ( )

Creates a new Locator immutable object from this one.

Property Documentation

◆ Kind

int Rti.Dds.Core.LocatorBuilder.Kind
getset

The kind of locator.

The full documentation is available in the C API: DDS_Locator_t_kind

◆ Port

uint Rti.Dds.Core.LocatorBuilder.Port
getset

the port number

The full documentation is available in the C API: DDS_Locator_t_port

◆ Address

ImmutableList<byte> Rti.Dds.Core.LocatorBuilder.Address
getset

The IP address.

The full documentation is available in the C API: DDS_Locator_t_address