Click or drag to resize

SubscriberListenerOnDataOnReaders Method

Handles the DataOnReadersStatus communication status. The DataOnReadersStatus indicates that new data is available on some of the data readers associated with the subscriber. Applications receiving this status can call GetDataReaders on the subscriber to get the set of data readers with data available.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnDataOnReaders(
	Subscriber subscriber
)

Parameters

subscriber
Type: OpenDDSharp.DDSSubscriber
The Subscriber that triggered the event.
See Also