Click or drag to resize

PublisherSetDefaultDataWriterQos Method

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

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

Parameters

qos
Type: OpenDDSharp.DDSDataWriterQos
The default DataWriterQos 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