Link against: SenServConn.LIB SenUtils.LIB
NetworkServices ReadUserData WriteUserData
#include <MSenProperty.h>
Public Member Functions |
|
virtual TPtrC8 | Name ()=0 |
Gets the name of the property. |
|
virtual TPtrC8 | Type ()=0 |
Gets the type of the property. |
|
virtual TPtrC8 | Value ()=0 |
Gets the value of the property. |
|
virtual TInt | IntValue (TInt &aValue)=0 |
Gets the integer value of the property. |
|
virtual TInt | BoolValue (TBool &aValue)=0 |
Gets the boolean value of the property. |
|
virtual TInt | ValueTokensL (const TDesC8 &aDelimiter, RPointerArray< TPtrC8 > &aTokens)=0 |
Populates given array with the tokens delimited by given delimiter. |
|
Gets the boolean value of the property.
|
|
Gets the integer value of the property.
|
|
Gets the name of the property.
|
|
Gets the type of the property.
|
|
Gets the value of the property.
|
|
Populates given array with the tokens delimited by given delimiter. Note! Ownership of the TPtrC8 pointers is transfered to the caller.
|