Determines permissions, set to a user group, for accessing selected GXDeviceGroupCollection and GXDeviceCollection.
| Member | Description |
|---|---|
| Show |
Gives a viewing access to values of GXDeviceCollection, but no access to physical devices.
Integer value=1.
If not using .NET Framework, use constant GX_USER_PERMISSION_SHOW. |
| Write |
Allows writing to physical device(s) and altering values of selected GXDeviceCollection.
Integer value=4.
If not using .NET Framework, use constant GX_USER_PERMISSION_WRITE. |
| Read |
Allows reading physical device(s) and viewing values of selected GXDeviceCollection.
Integer value=2.
If not using .NET Framework, use constant GX_USER_PERMISSION_READ. |
| Settings |
Allows changing the settings of selected items.
Integer value=8.
If not using .NET Framework, use constant GX_USER_PERMISSION_SETTING. |
| None |
Restricts all use of all items. This is the default value. Integer value=0.
If not using .NET Framework, use constant GX_USER_PERMISSION_NONE. |
| Admin |
Gives unlimited access to selected items. Integer value=-1.
If not using .NET Framework, use constant GX_USER_PERMISSION_ADMIN. |
If not using .NET Framework, enumeration is GX_USER_PERMISSION.
Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1