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. |