class TSmlDmAccessTypes |
This class sets the access types which are allowed for a DM object.
Public Member Functions | |
---|---|
TSmlDmAccessTypes() | |
TUint8 | GetACL() |
void | Reset() |
void | SetAdd() |
void | SetCopy() |
void | SetDelete() |
void | SetExec() |
void | SetGet() |
void | SetReplace() |
Public Member Enumerations | |
---|---|
enum | anonymous { EAccessType_Add = 0x01, EAccessType_Copy = 0x02, EAccessType_Delete = 0x04, EAccessType_Exec = 0x08, EAccessType_Get = 0x10, EAccessType_Replace = 0x20 } |
Private Attributes | |
---|---|
TUint8 | iACL |
TUint8 | GetACL | ( | ) | [inline] |
The function obtains the bitfield composed from each access type that has been set
EAccessType_Add = 0x01 |
The DM Command Add is permitted on this DM object |
EAccessType_Copy = 0x02 |
The DM Command Copy is permitted on this DM object |
EAccessType_Delete = 0x04 |
The DM Command Delete is permitted on this DM object |
EAccessType_Exec = 0x08 |
The DM Command Exec is permitted on this DM object |
EAccessType_Get = 0x10 |
The DM Command Get is permitted on this DM object |
EAccessType_Replace = 0x20 |
The DM Command Replace is permitted on this DM object |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.