MWPBuilder Class Reference
MWPBuilder can be used by the parser to pass data to the engine.
ProvisioningEngine
- Since
- 2.0
Member Functions Documentation
EndCharacteristicL()
void | EndCharacteristicL | ( | ) | [pure virtual] |
Ends the current characteristic.
ParameterL(TInt, const TDesC &)
void | ParameterL | ( | TInt | aID, |
| const TDesC & | aValue |
| ) | [pure virtual] |
Inserts a parameter in the current characteristic.
Parameters
TInt aID | The ID of the parameter |
const TDesC & aValue | The value of the parameter |
ParameterL(const TDesC &, const TDesC &)
void | ParameterL | ( | const TDesC & | aName, |
| const TDesC & | aValue |
| ) | [pure virtual] |
Inserts a parameter in the current characteristic.
Parameters
const TDesC & aName | The name of the parameter |
const TDesC & aValue | The value of the parameter |
StartCharacteristicL(TInt)
void | StartCharacteristicL | ( | TInt | aType | ) | [pure virtual] |
Starts a new characteristic and sets it as current.
Parameters
TInt aType | The characteristic type |
StartCharacteristicL(const TDesC &)
void | StartCharacteristicL | ( | const TDesC & | aName | ) | [pure virtual] |
Starts a new characteristic and sets it as current.
Parameters
const TDesC & aName | The name of the characteristic |
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.