Click or drag to resize

RtpsDiscoveryDX Property

An integer value representing the Offset X. The default value is 2.

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

Property Value

Type: UInt16
Remarks

The offset X assists in providing an offset for calculating an assignable port in SEDP Multicast confgurations. The formula used is: PB + DG * domainId + dx

This is only valid when SedpMulticast=true.

See Also