|
RtpsDiscoverySedpMulticast Property
|
A boolean value that determines whether
Multicast is used for the SEDP trafic. When set to true,
Multicast is used. When set to false Unicast for
SEDP is used. The default value is true.
Namespace:
OpenDDSharp.OpenDDS.RTPS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic bool SedpMulticast { get; set; }
Public Property SedpMulticast As Boolean
Get
Set
public:
property bool SedpMulticast {
bool get ();
void set (bool value);
}
member SedpMulticast : bool with get, set
Property Value
Type:
Boolean
See Also