|
|
|
class TSmlDmAccessTypes;
This class sets the access types which are allowed for a DM object.
Defined in TSmlDmAccessTypes:
EAccessType_AddThe DM Command Add is permitted on this DM object EAccessType_CopyThe DM Command Copy is permitted on this DM object EAccessType_DeleteThe DM Command Delete is permitted on this DM object EAccessType_ExecThe DM Command Exec is permitted on this DM object EAccessType_GetThe DM Command Get is permitted on this DM object EAccessType_ReplaceThe DM Command Replace is permitted on this DM object GetACL()The function obtains the bitfield composed from each access type that has been s...Reset()The function resets all access types previously defined in this object. SetAdd()The function sets Add access type property. SetCopy()The function sets Copy access type property. SetDelete()The function sets Delete access type property. SetExec()The function sets Execute access type property. SetGet()The function sets Get access type property. SetReplace()The function sets Replace access type property. TSmlDmAccessTypes()Class constructor anonymousinline TUint8 GetACL();
The function obtains the bitfield composed from each access type that has been set
|
inline void Reset();
The function resets all access types previously defined in this object.
n/a
|