RTI Connext C# API  7.1.0
SelectorBase Class Reference

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

Inheritance diagram for SelectorBase:
Selector< T > SelectorUntyped

Properties

DataState State [get, set]
 Get or set the data state More...
 
int MaxSamples [get, set]
 Get or set the maximum samples More...
 
InstanceHandleInstance [get, set]
 Get or set the instance handle More...
 
InstanceHandleNextInstance [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

◆ Condition

Get or set the condition

◆ Instance

InstanceHandle? Instance
getset

Get or set the instance handle

◆ MaxSamples

int MaxSamples
getset

Get or set the maximum samples

◆ NextInstance

InstanceHandle? NextInstance
getset

Get or set the next instance

◆ State

DataState State
getset

Get or set the data state