Click or drag to resize

SubscriberListenerOnDataAvailable Method

Handles the DataAvailableStatus communication status.

The DataAvailableStatus indicates that samples are available on the DataReader. Applications receiving this status can use the various take and read operations on the DataReader to retrieve the data.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnDataAvailable(
	DataReader reader
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
See Also