Click or drag to resize

InfoRepoDiscovery Class

Represent a DCPSInfoRepository discovery.
Inheritance Hierarchy

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class InfoRepoDiscovery : Discovery

The InfoRepoDiscovery type exposes the following members.

Constructors
  NameDescription
Public methodInfoRepoDiscovery
Creates a new instance of InfoRepoDiscovery.
Top
Properties
  NameDescription
Public propertyBitTransportIp
IP address identifying the local interface to be used by tcp transport for the Built-In Topics.
Public propertyBitTransportPort
Port used by the tcp transport for Built-In Topics. If the default of '0' is used, the operating system will choose a port to use. The default value is 0.
Public propertyKey
The discovery unique key
(Inherited from Discovery.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
An OpenDDS DCPSInfoRepo is a service on a local or remote node used for participant discovery. Confguring how participants should fnd DCPSInfoRepo is the purpose of this class.
See Also