Click or drag to resize

SubscriberSetQos Method

Sets the Subscriber QoS policies.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode SetQos(
	SubscriberQos qos
)

Parameters

qos
Type: OpenDDSharp.DDSSubscriberQos
The SubscriberQos to be set.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
See Also