| class TMsvCondition |
Defines a condition which a Publish and Subscribe Uid must satisfy.
| Public Member Enumerations | |
|---|---|
| enum | TMsvSchSendConditionType { EMsvSchSendEquals , EMsvSchSendNotEquals , EMsvSchSendGreaterThan , EMsvSchSendLessThan } |
| Public Attributes | |
|---|---|
| TInt | iState |
| TMsvSchSendConditionType | iType |
| TUid | iVariable |
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. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.