Click or drag to resize

DataReaderCreateReadCondition Method

Creates a ReadCondition to read samples with any sample states, any view states and any instance states.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReadCondition CreateReadCondition()

Return Value

Type: ReadCondition
The newly created ReadCondition on success, otherwise .
Remarks
The returned ReadCondition will be attached and belong to the DataReader.
See Also