Click or drag to resize

ReadConditionDataReader Property

Gets the DataReader associated with the ReadCondition.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public DataReader DataReader { get; }

Property Value

Type: DataReader
Remarks
Note that there is exactly one DataReader associated with each ReadCondition.
See Also