| class MXIMPContextState : public MXIMPBase |
Interface for XIMP context state object.
XIMP context state object presents state of the XIMP context.
| Public Member Functions | |
|---|---|
| ~MXIMPContextState () | |
| TState | ContextState () |
| Inherited Functions | |
|---|---|
| MXIMPBase::GetInterface(TInt32,TIfGetOps) | |
| MXIMPBase::GetInterface(TInt32,TIfGetOps)const | |
| MXIMPBase::GetInterfaceId()const | |
| MXIMPBase::~MXIMPBase() | |
| Public Member Enumerations | |
|---|---|
| enum | anonymous { KInterfaceId = XIMP_IF_ID_CONTEXT_STATE } |
| enum | TState { EInactive = 0, EBinding , EActive , EUnbinding } |
| Inherited Enumerations | |
|---|---|
| MXIMPBase:@176 | |
| MXIMPBase:TIfGetOps | |
| ~MXIMPContextState | ( | ) | [inline, virtual] |
Public destructor. Objects can be deleted through this interface.
Interface ID for the MXIMPContextState .
| KInterfaceId = XIMP_IF_ID_CONTEXT_STATE |
XIMP context states.
| EInactive = 0 |
Context is inactive |
| EBinding |
Context is binding to service |
| EActive |
Context is active and binded to service |
| EUnbinding |
Context is unbinding from service |
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.