| 
                   | 
               
                  
                   | 
            |
Location: 
            SyncMLClientDM.h
            
Link against: smlclient.lib
            
         
class RSyncMLDevManJob : public RSyncMLJobBase;
Handle to a device management job.
A device management job is used to create, access, modify or remove device settings stored in the device repository.
RSubSessionBase - Client-side handle to a sub-session
            RSyncMLJobBase - Base class for a handle to a job
            RSyncMLDevManJob - Handle to a device management job
            Defined in RSyncMLDevManJob:
            CreateL(), CreateL(), OpenL(), RSyncMLDevManJob(), StopL()
            
         
Inherited from RSubSessionBase:
            CloseSubSession(),
            CreateAutoCloseSubSession(),
            CreateSubSession(),
            Send(),
            SendReceive(),
            Session(),
            SubSessionHandle()
Inherited from RSyncMLJobBase:
            Close(),
            Identifier(),
            Profile()
| Capability: | LocalServices | |
| Capability: | NetworkServices | 
IMPORT_C void CreateL(RSyncMLSession &, TSmlProfileId);
The session is open.
Creates and queues a new device management job based on the specified device management profile.
This object is opened as a handle to the new job.
                  
  | 
            
                  
  | 
            
| Capability: | LocalServices | |
| Capability: | NetworkServices | 
IMPORT_C void CreateL(RSyncMLSession &, TSmlProfileId, TSmlConnectionId);
The session is open.
Creates and queues a new device management job based on the specified device management profile, using the specified connection method.
This object is opened as a handle to the new job.
                  
  | 
            
                  
  | 
            
IMPORT_C void OpenL(RSyncMLSession &, TSmlJobId);
The session is open.
Open a handle to a queued device management job of the specified ID.
                  
  | 
            
                  
  | 
            
| Capability: | Security policy note: | Policed on LocalServices or NetworkServices depending on the bearer used for the job. HTTP/TCPIP NetworkServices WSP/UDP NetworkServices OBEX/BT LocalServices OBEX/IrDA LocalServices OBEX/USB LocalServices | 
IMPORT_C void StopL();
The handle is open.
Abort the job this handle refers to, stopping the job if it is in progress, and removing it from the queue.
                  
  |