Click or drag to resize

DomainParticipantListenerOnOfferedIncompatibleQos Method

Handles the OfferedIncompatibleQosStatus communication status.

The OfferedIncompatibleQosStatus indicates that an offered QoS was incompatible with the requested QoS of a DataReader.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnOfferedIncompatibleQos(
	DataWriter writer,
	OfferedIncompatibleQosStatus status
)

Parameters

writer
Type: OpenDDSharp.DDSDataWriter
The DataWriter that triggered the event.
status
Type: OpenDDSharp.DDSOfferedIncompatibleQosStatus
The current OfferedIncompatibleQosStatus.
See Also