Click or drag to resize

DomainParticipantCreateSubscriber Method (SubscriberListener)

Creates a Subscriber with the default QoS policies and attaches to it the specified SubscriberListener. The specified SubscriberListener will be attached with the default StatusMask.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Subscriber CreateSubscriber(
	SubscriberListener listener
)

Parameters

listener
Type: OpenDDSharp.DDSSubscriberListener
The SubscriberListener to be attached to the newly created Subscriber.

Return Value

Type: Subscriber
The newly created Subscriber on success, otherwise .
Remarks

The created Subscriber belongs to the DomainParticipant that is its factory.

See Also