Location:
SyncMLClientDM.h
Link against: smlclient.lib
class RSyncMLDevMan : public RSubSessionBase;
Handle to a RSyncMLDevMan session.
RSubSessionBase
- Client-side handle to a sub-session
RSyncMLDevMan
- Handle to a RSyncMLDevMan session
Defined in RSyncMLDevMan
:
ClearRootAclL()
, Close()
, OpenL()
, RSyncMLDevMan()
, SetUserInteractionNotifierTimeoutL()
, SubmitGenericAlertL()
, UserInteractionNotifierTimeout()
Inherited from RSubSessionBase
:
CloseSubSession()
,
CreateAutoCloseSubSession()
,
CreateSubSession()
,
Send()
,
SendReceive()
,
Session()
,
SubSessionHandle()
IMPORT_C void OpenL(RSyncMLSession &);
Opens a handle on the Device Management sub-system.
|
|
Capability: | WriteDeviceData |
IMPORT_C void ClearRootAclL();
The handle is open.
Causes the DevMan subsytem to modify the ACL on the DM Tree's root node, resetting it to the device's factory default value.
|
IMPORT_C void SetUserInteractionNotifierTimeoutL(TUint aSeconds);
The handle is open.
Sets a maximum time-out value for notifiers raised as a result of DevMan user interaction alerts. If set, this time-out value will override the one supplied by the DM Server. If not set, the DM Server's specified time-out will be used.
|
|
IMPORT_C TUint UserInteractionNotifierTimeout() const;
The handle is open.
Obtain the maximum time-out value for notifiers raised as a result of DevMan user interaction alerts. A value of zero indicates that the DM Server's suggested time-outs are used.
|
IMPORT_C void SubmitGenericAlertL(const TDesC8 &aServerId, const TDesC8 &aDmTreeUri, const TDesC8 &aMediaType, const TDesC8
&aFormat, const TDesC8 &aPayload, const TDesC8 &aCorrelator, TSmlDmGenericAlertImportance aSeverity=ESmlDmGenericAlert_SevInformational);
Queues a Generic Alert to the SyncMLClient to be processed by the DM framework
|
|