Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <smldmadapter.h>
This item is not part of the S60 5th Edition SDK

Class TSmlDmAccessTypes

class TSmlDmAccessTypes;

Description

This class sets the access types which are allowed for a DM object.

Members

Defined in TSmlDmAccessTypes:


Construction and destruction


TSmlDmAccessTypes()

inline TSmlDmAccessTypes();

Description

Class constructor

[Top]


Member functions


SetAdd()

inline void SetAdd();

Description

The function sets Add access type property.


SetCopy()

inline void SetCopy();

Description

The function sets Copy access type property.


SetDelete()

inline void SetDelete();

Description

The function sets Delete access type property.


SetExec()

inline void SetExec();

Description

The function sets Execute access type property.


SetGet()

inline void SetGet();

Description

The function sets Get access type property.


SetReplace()

inline void SetReplace();

Description

The function sets Replace access type property.


GetACL()

inline TUint8 GetACL();

Description

The function obtains the bitfield composed from each access type that has been set

Return value

TUint8


Reset()

inline void Reset();

Description

The function resets all access types previously defined in this object.

[Top]


Member enumerations


Enum anonymous

n/a

Description

EAccessType_Add

The DM Command Add is permitted on this DM object

EAccessType_Copy

The DM Command Copy is permitted on this DM object

EAccessType_Delete

The DM Command Delete is permitted on this DM object

EAccessType_Exec

The DM Command Exec is permitted on this DM object

EAccessType_Get

The DM Command Get is permitted on this DM object

EAccessType_Replace

The DM Command Replace is permitted on this DM object