#include <mw/msvsysagentaction.h>
| class TMsvCondition |
| Public Attributes | |
|---|---|
| TInt | iState |
| TMsvSchSendConditionType | iType |
| TUid | iVariable |
| Public Member Enumerations | |
|---|---|
| enum | TMsvSchSendConditionType { EMsvSchSendEquals, EMsvSchSendNotEquals, EMsvSchSendGreaterThan, EMsvSchSendLessThan } |
Defines a condition which a Publish and Subscribe Uid must satisfy.
See also: RProperty
An enumeration defining the type of test to be made against a Publish and Subscribe property.
| Enumerator | Value | Description |
|---|---|---|
| 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. |