Click or drag to resize

RtpsDiscoveryPG Property

An integer value representing the Port Gain. The default value is 2.

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

Property Value

Type: UInt16
Remarks
The port gain assists in confguring SPDP Unicast ports and serves as an offset multiplier as participants are assigned addresses using the formula: PB + DG * domainId + d1 + PG * participantId
See Also