![]() |
dnp3 (C++ API) 1.6.0
|
Defines read, write, execute permissions for particular group or user. More...
#include <dnp3.hpp>
Public Member Functions | |
| PermissionSet (bool execute, bool write, bool read) | |
| Fully construct PermissionSet specifying the value of each field. More... | |
| PermissionSet () | |
| Permission set with nothing enabled. More... | |
Public Attributes | |
| bool | execute |
| Permission to execute. More... | |
| bool | write |
| Permission to write. More... | |
| bool | read |
| Permission to read. More... | |
Friends | |
| class | CppPermissionSetFriend |
Defines read, write, execute permissions for particular group or user.
| dnp3::PermissionSet::PermissionSet | ( | bool | execute, |
| bool | write, | ||
| bool | read | ||
| ) |
Fully construct PermissionSet specifying the value of each field.
| execute | Permission to execute |
| write | Permission to write |
| read | Permission to read |
| dnp3::PermissionSet::PermissionSet | ( | ) |
Permission set with nothing enabled.
false false false | bool dnp3::PermissionSet::execute |
Permission to execute.
| bool dnp3::PermissionSet::read |
Permission to read.
| bool dnp3::PermissionSet::write |
Permission to write.