Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: msvsysagentaction.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TMsvCondition

class TMsvCondition;

Description

Defines a condition which a Publish and Subscribe Uid must satisfy.

Members

Defined in TMsvCondition:
EMsvSchSendEquals, EMsvSchSendGreaterThan, EMsvSchSendLessThan, EMsvSchSendNotEquals, TMsvSchSendConditionType, iState, iType, iVariable

See also:


Member enumerations


Enum TMsvSchSendConditionType

TMsvSchSendConditionType

Description

An enumeration defining the type of test to be made against a Publish and Subscribe property.

EMsvSchSendEquals

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

EMsvSchSendNotEquals

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

EMsvSchSendGreaterThan

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

EMsvSchSendLessThan

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

[Top]


Member data


iVariable

TUid iVariable;

Description

second UID of the process which set the condition


iState

TInt iState;

Description

Integer state of corresponding P&S variable to be tested against


iType

TMsvSchSendConditionType iType;

Description

type of test to be performed