Click or drag to resize

RtpsDiscoverySedpLocalAddress Property

Confgure the transport instance created and used by SEDP to bind to the specifed local address and port.

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

Property Value

Type: String
Remarks
In order to leave the port unspecifed, it can be omitted from the setting but the trailing ':' must be present.
See Also