Click or drag to resize

RtpsDiscoverySpdpSendAddrs Property

A list (comma or whitespace separated) of host:port pairs used as destinations for SPDP content. This can be a combination of Unicast and Multicast addresses.

Namespace:  OpenDDSharp.OpenDDS.RTPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public IEnumerable<string> SpdpSendAddrs { get; }

Property Value

Type: IEnumerableString
See Also