Click or drag to resize

SubscriberSetDefaultDataReaderQos Method

Sets a default value of the DataReader QoS policies which will be used for newly created DataReader entities in the case where the QoS policies are defaulted in the CreateDataReader operation.

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

Parameters

qos
Type: OpenDDSharp.DDSDataReaderQos
The default DataReaderQos to be set.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
This operation will check that the resulting policies are self consistent; if they are not, the operation will have no effect and return InconsistentPolicy.
See Also