|
||
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()
Causes the DevMan subsytem to modify the ACL on the DM Tree's root node, resetti...Close()
Closes this handle.OpenL(RSyncMLSession &)
Opens a handle on the Device Management sub-system.RSyncMLDevMan()
Default constructor. SetUserInteractionNotifierTimeoutL(TUint)
Sets a maximum time-out value for notifiers raised as a result of DevMan user in...SubmitGenericAlertL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TSmlDmGenericAlertImportance)
Queues a Generic Alert to the SyncMLClient to be processed by the DM frameworkSubmitOneShotGenericAlertL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TSmlDmGenericAlertImportance)
Queues a OneShot Generic Alert to the SyncMLClient to be processed by the DM fra...UserInteractionNotifierTimeout()const
Obtain the maximum time-out value for notifiers raised as a result of DevMan use...Inherited from RSubSessionBase
:
CloseSubSession(TInt)
Closes the sub-session.CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session. The new sub-session takes ...CreateSubSession(const RSessionBase &,TInt)
Creates a new sub-session within an existing session.CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session.Send(TInt)const
Sends a blind message to the server - no reply is expected.Send(TInt,const TIpcArgs &)const
Sends a blind message to the server - no reply is expected.SendReceive(TInt)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.SendReceive(TInt,const TIpcArgs &)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.Session()const
Returns a copy of the session associated with this sub-session.SubSessionHandle()const
Gets the sub-session handle number.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.
|
SubmitGenericAlertL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TSmlDmGenericAlertImportance)
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
|
|
SubmitOneShotGenericAlertL(const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,const TDesC8 &,TSmlDmGenericAlertImportance)
IMPORT_C void SubmitOneShotGenericAlertL(const TDesC8 &aServerId, const TDesC8 &aDmTreeUri, const TDesC8 &aMediaType, const
TDesC8 &aFormat, const TDesC8 &aPayload, const TDesC8 &aCorrelator, TSmlDmGenericAlertImportance aSeverity=ESmlDmGenericAlert_SevInformational);
Queues a OneShot Generic Alert to the SyncMLClient to be processed by the DM framework
|
|