Click or drag to resize

PublisherListenerOnPublicationMatched Method

Handles the PublicationMatchedStatus communication status.

The PublicationMatchedStatus indicates that the liveliness that the DataWriter committed through its Liveliness QoS has not been respected. This means that any connected DataReaders will consider this DataWriter no longer active.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnPublicationMatched(
	DataWriter writer,
	PublicationMatchedStatus status
)

Parameters

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