Click or drag to resize

DomainParticipantGetDefaultPublisherQos Method

Gets the default value of the Publisher QoS, that is, the QoS policies which will be used for newly created Publisher entities in the case where the QoS policies are defaulted in the CreatePublisher operation.

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

Parameters

qos
Type: OpenDDSharp.DDSPublisherQos
The PublisherQos to be filled up.

Return Value

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