Click or drag to resize

SubscriberNotifyDataReaders Method

Invokes the operation OnDataAvailable on the DataReaderListener objects attached to contained DataReader entities with a DataAvailableStatus that is considered changed.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode NotifyDataReaders()

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
This operation is typically invoked from the OnDataOnReaders operation in the SubscriberListener. That way the SubscriberListener can delegate to the DataReaderListener objects the handling of the data.
See Also