RTI Connext C# API Version 7.2.0
Rti.Dds.Subscription.SelectorBase Class Reference

Base class for the Selector<T> and SelectorUntyped classes. More...

Inheritance diagram for Rti.Dds.Subscription.SelectorBase:
Rti.Dds.Subscription.Selector< T > Rti.Dds.Subscription.SelectorUntyped

Properties

DataState State = DataState.Any [get, set]
 Get or set the data state More...
 
int MaxSamples = LengthUnlimited.Value [get, set]
 Get or set the maximum samples More...
 
InstanceHandle Instance [get, set]
 Get or set the instance handle More...
 
InstanceHandle NextInstance [get, set]
 Get or set the next instance More...
 
ReadCondition Condition [get, set]
 Get or set the condition More...
 

Detailed Description

Base class for the Selector<T> and SelectorUntyped classes.

This class contains all of the methods shared between Selector<T> and SelectorUntyped.

Property Documentation

◆ State

DataState Rti.Dds.Subscription.SelectorBase.State = DataState.Any
getset

Get or set the data state

◆ MaxSamples

int Rti.Dds.Subscription.SelectorBase.MaxSamples = LengthUnlimited.Value
getset

Get or set the maximum samples

◆ Instance

InstanceHandle Rti.Dds.Subscription.SelectorBase.Instance
getset

Get or set the instance handle

◆ NextInstance

InstanceHandle Rti.Dds.Subscription.SelectorBase.NextInstance
getset

Get or set the next instance

◆ Condition

ReadCondition Rti.Dds.Subscription.SelectorBase.Condition
getset

Get or set the condition