MXIMPContextState Class Reference

class MXIMPContextState : public MXIMPBase

Interface for XIMP context state object.

XIMP context state object presents state of the XIMP context.

Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

~MXIMPContextState()

~MXIMPContextState ( ) [inline, virtual]

Public destructor. Objects can be deleted through this interface.

Member Functions Documentation

ContextState()

TState ContextState ( ) const [pure virtual]

Gets the XIMP Context state value.

Member Enumerations Documentation

Enum anonymous

Interface ID for the MXIMPContextState .

Enumerators

KInterfaceId = XIMP_IF_ID_CONTEXT_STATE

Enum TState

XIMP context states.

Enumerators

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