CoreDX DDS
C# Reference Manual

DataWriterListener Class Reference
[DDS Listeners]

The DataWriterListener provides asynchronous notification of DataWriter events. More...

List of all members.

Public Attributes

offered_deadline_missed_delegate on_offered_deadline_missed
offered_incompatible_qos_delegate on_offered_incompatible_qos
liveliness_lost_delegate on_liveliness_lost
publication_matched_delegate on_publication_matched

Detailed Description

The DataWriterListener provides asynchronous notification of DataWriter events.

This listener can be installed during DataWriter creation, Publisher.create_datawriter(), as well as by calling DataWriter.set_listener().

Note:
The listener callback methods should be lightweight and should not block. If a callback method blocks, it will block all other callback operations within the same DomainParticipant.

Member Data Documentation

liveliness_lost_delegate on_liveliness_lost
offered_deadline_missed_delegate on_offered_deadline_missed
offered_incompatible_qos_delegate on_offered_incompatible_qos
publication_matched_delegate on_publication_matched
 All Classes Functions Variables Properties

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.