Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: sacls.h
Link against: sysagt.lib

Class TSysAgentCondition

TSysAgentCondition

Support

Supported from 6.0

Description

Defines a condition which a state variable must satisfy.

A condition encapsulates three pieces of information:

A client of the System Agent, which needs to know when state variables have satisfied a set of conditions, must construct these conditions and pass them to the System Agent through the standard client handle, a RSystemAgent object, as a NotifyOnCondition() request.

Defined in TSysAgentCondition:
TSysAgentCondition()

See also:


Construction


TSysAgentCondition()

TSysAgentCondition();

Description

Constructs the object with default values.


TSysAgentCondition()

TSysAgentCondition(TUid aVariable, TInt aState, TSysAgentConditionType aType);

Description

Constructs the object with the specified values.

Parameters

TUid aVariable

The UID identifying the state variable against which a test is to be made.

TInt aState

The value against which the state variable identified by the specified UID is to be tested.

TSysAgentConditionType aType

The type of test to be made.