Click or drag to resize

RtpsDiscoveryD1 Property

An integer value representing the Offset One. The default value is 10.

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

Property Value

Type: UInt16
Remarks
The offset one assists in providing an ofset for calculating an assignable port in SPDP Unicast confgurations. The formula used is: PB + DG * domainId + d1 + PG * participantId
See Also