Click or drag to resize

SubscriberListenerOnRequestedIncompatibleQos Method

Handles the RequestedIncompatibleQosStatus communication status.

The RequestedIncompatibleQosStatus indicates that one or more QoS policy values that were requested were incompatible with what was offered.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnRequestedIncompatibleQos(
	DataReader reader,
	RequestedIncompatibleQosStatus status
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
status
Type: OpenDDSharp.DDSRequestedIncompatibleQosStatus
The current RequestedIncompatibleQosStatus.
See Also