CoreDX DDS
C# Reference Manual

DataReaderListener Class Reference
[DDS Listeners]

The DataReaderListener provides asynchronous notification of DataReader events. More...

List of all members.

Public Attributes

requested_deadline_missed_delegate on_requested_deadline_missed
requested_incompatible_qos_delegate on_requested_incompatible_qos
sample_rejected_delegate on_sample_rejected
liveliness_changed_delegate on_liveliness_changed
data_available_delegate on_data_available
subscription_matched_delegate on_subscription_matched
sample_lost_delegate on_sample_lost

Detailed Description

The DataReaderListener provides asynchronous notification of DataReader events.

This listener can be installed during DataReader creation, Subscriber.create_datareader(), as well as by calling DataReader.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

data_available_delegate on_data_available
liveliness_changed_delegate on_liveliness_changed
requested_deadline_missed_delegate on_requested_deadline_missed
requested_incompatible_qos_delegate on_requested_incompatible_qos
sample_lost_delegate on_sample_lost
sample_rejected_delegate on_sample_rejected
subscription_matched_delegate on_subscription_matched
 All Classes Functions Variables Properties

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