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

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Locator Build ( )

Creates a new Locator immutable object from this one.

Property Documentation

◆ Address

ImmutableList<byte> Address
getset

The IP address.

The full documentation is available in the C API: DDS_Locator_t::address

◆ Kind

int Kind
getset

The kind of locator.

The full documentation is available in the C API: DDS_Locator_t::kind

◆ Port

uint Port
getset

the port number

The full documentation is available in the C API: DDS_Locator_t::port