Click or drag to resize

DomainParticipantGetBuiltinSubscriber Method

Allows access to the built-in Subscriber.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Subscriber GetBuiltinSubscriber()

Return Value

Type: Subscriber
The built-in Subscriber.
Remarks

Each DomainParticipant contains several built-in Topic objects as well as corresponding DataReader objects to access them. All these DataReader objects belong to a single built-in Subscriber.

The built-in topics are used to communicate information about other DomainParticipant, Topic, DataReader, and DataWriter objects.

See Also