Click or drag to resize

RtpsDiscoveryPB Property

Port Base number. The default value is 7400.

Namespace:  OpenDDSharp.OpenDDS.RTPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ushort PB { get; set; }

Property Value

Type: UInt16
Remarks
This number sets the starting point for deriving port numbers used for Simple Endpoint Discovery Protocol (SEDP). This property is used in conjunction with DG, PG, D0 (or DX), and D1 to construct the necessary Endpoints for RTPS discovery communication.
See Also