Location:
savarset.h
Link against: sysagt.lib
RSAVarChangeNotify
Supported from 6.0
The interface to the System Agent for notifying changes to a state variable.
Note that after construction,
RSystemAgentBase::Connect()
must be called before using any of the
services provided by this class.
|
Defined in RSAVarChangeNotify
:
NotifySaVarChangeL()
, RSAVarChangeNotify()
, ReleaseVariable()
Inherited from RHandleBase
:
Close()
,
Duplicate()
,
Handle()
,
SetHandle()
Inherited from RSessionBase
:
Attach()
,
CreateSession()
,
EAutoAttach
,
EExplicitAttach
,
Send()
,
SendReceive()
,
SetRetry()
,
Share()
,
TAttachMode
Inherited from RSystemAgentBase
:
Connect()
,
Version()
void NotifySaVarChangeL(const TUid aVariable, const TInt aState);
Notifies a change in the specified state variable to the System Agent.
|
TInt ReleaseVariable(TUid aVariable);
Requests the System Agent to free the memory associated with the state variable identified by the specified UID.
Note that the request is synchronous and only returns when it is complete, successfully or otherwise.
|
|