Click or drag to resize

DataReaderListenerOnSubscriptionMatched Method

Handles the SubscriptionMatchedStatus communication status.

The SubscriptionMatchedStatus indicates that either a compatible DataWriter has been matched or a previously matched DataWriter has ceased to be matched.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnSubscriptionMatched(
	DataReader reader,
	SubscriptionMatchedStatus status
)

Parameters

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