Click or drag to resize

RtpsUdpInstUseMulticast Property

The RTPS UDP transport can use Unicast or Multicast. When set to false the transport uses Unicast, otherwise a value of true will use Multicast. The default value is true.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public bool UseMulticast { get; set; }

Property Value

Type: Boolean
See Also