Click or drag to resize

TopicGetQos Method

Gets the Topic QoS policies.

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

Parameters

qos
Type: OpenDDSharp.DDSTopicQos
The TopicQos to be filled up.

Return Value

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