![]() |
dnp3 (.NET API) 1.5.2
|
Defines read, write, execute permissions for particular group or user More...
Public Member Functions | |
PermissionSet | WithExecute (bool value) |
Permission to execute More... | |
PermissionSet | WithWrite (bool value) |
Permission to write More... | |
PermissionSet | WithRead (bool value) |
Permission to read More... | |
Public Attributes | |
bool | Execute |
Permission to execute More... | |
bool | Write |
Permission to write More... | |
bool | Read |
Permission to read More... | |
Defines read, write, execute permissions for particular group or user
|
inline |
Permission to execute
|
inline |
Permission to read
|
inline |
Permission to write
bool dnp3.PermissionSet.Execute |
Permission to execute
bool dnp3.PermissionSet.Read |
Permission to read
bool dnp3.PermissionSet.Write |
Permission to write