Click or drag to resize

SubscriberGetDefaultDataReaderQos Method

Gets the default value of the DataReader QoS, that is, the 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 GetDefaultDataReaderQos(
	DataReaderQos qos
)

Parameters

qos
Type: OpenDDSharp.DDSDataReaderQos
The DataReaderQos to be filled up.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
The values retrieved GetDefaultDataReaderQos will match the set of values specified on the last successful call to SetDefaultDataReaderQos(DataReaderQos), or else, if the call was never made, the default DDS standard values.
See Also