sensrvchannelconditionset.h File Reference

Link against: SensrvClient.lib


#include <e32base.h>
#include <sensrvchannelcondition.h>

Go to the source code of this file.


Data Structures

class   CSensrvChannelConditionSet
  CSensrvChannelConditionSet represents a set of conditions. More...

Typedefs

typedef RPointerArray< CSensrvChannelConditionSet RSensrvChannelConditionSetList
  RPointerArray based channel condition set list.

Enumerations

enum   TSensrvConditionSetType { ESensrvOrConditionSet = 0, ESensrvAndConditionSet }
  Logical operator to be used in a condition set. More...

Typedef Documentation

typedef RPointerArray<CSensrvChannelConditionSet> RSensrvChannelConditionSetList
 

RPointerArray based channel condition set list.


Enumeration Type Documentation

enum TSensrvConditionSetType
 

Logical operator to be used in a condition set.

See also:
CSensrvChannelConditionSet
Enumerator:
ESensrvOrConditionSet  OR-operator for a channel condition set.
ESensrvAndConditionSet  AND-operator for a channel condtion set.

Copyright © Nokia Corporation 2001-2007
Back to top