Click or drag to resize

PublisherListener Class

Abstract class that can be implemented by an application-provided class and then registered with the Publisher such that the application can be notified of relevant status changes.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSPublisherListener

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract class PublisherListener

The PublisherListener type exposes the following members.

Constructors
  NameDescription
Public methodPublisherListener
Creates a new instance of PublisherListener
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnLivelinessLost

Handles the LivelinessLostStatus communication status.

The LivelinessLostStatus 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

Public methodOnOfferedDeadlineMissed

Handles the OfferedDeadlineMissedStatus communication status.

The OfferedDeadlineMissedStatus indicates that the deadline offered by the DataWriter has been missed for one or more instances.

Public methodOnOfferedIncompatibleQos

Handles the OfferedIncompatibleQosStatus communication status.

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

Public methodOnPublicationMatched

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.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also