Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: sacls.h
Link against:

Enum TSysAgentConditionType

enum TSysAgentConditionType

Support

Supported from 6.0

Description

An enumeration whose enumerators define the type of test to be made against a state variable. The test type forms part of the condition specified by a TSysAgentCondition object.

See also:

ESysAgentEquals

Tests that a value is equal to a state variable value.

ESysAgentNotEquals

Tests that a value is unequal to a state variable value.

ESysAgentGreaterThan

Tests that a value is greater than a state variable value.

ESysAgentLessThan

Tests that a value is less than a state variable value.