MNssGetContextClient Class Reference

class MNssGetContextClient
MNssGetContextClient defines the call back methods used by VAS DB when replying to an asynchronous GetContext() request. NssVASApi.lib
Since
2.0

Member Functions Documentation

GetContextCompleted(MNssContext *, TInt)

voidGetContextCompleted(MNssContext *,
TInt
)[inline, virtual]
Callback to indicate GetContext successed. client has to delete the context after using the context.
Since
2.0

Parameters

MNssContext *
TInt

GetContextCompleted(MNssContext *)

voidGetContextCompleted(MNssContext *)[inline, virtual]
Callback to indicate GetContext successed. client has to delete the context after using the context.
Since
2.0

Parameters

MNssContext *

GetContextFailed(TNssGetContextClientFailCode)

voidGetContextFailed(TNssGetContextClientFailCode)[inline, virtual]
Callback to indicate GetContext failed.
Since
2.0

GetContextListCompleted(MNssContextListArray *, TInt)

voidGetContextListCompleted(MNssContextListArray *,
TInt
)[inline, virtual]
Callback to indicate GetContext successed. client has to ResetAndDestroy() after using the list.
Since
2.0

GetContextListCompleted(MNssContextListArray *)

voidGetContextListCompleted(MNssContextListArray *)[inline, virtual]
Callback to indicate GetContext successed. client has to ResetAndDestroy() after using the list.
Since
2.0

Member Enumerations Documentation

Enum TNssGetContextClientFailCode

Enumerators

EVASDBItemNotFound = 1
EVASDBNoMemory
EVASDBDiskFull
EVASDBFailure