PrivDescX

Where "X" is the number of the privilege starting at 0. Each PrivDescX variable is set equal to the name of the privilege.

If no custom privileges have been added to your application, the PrivDescX variables are invalid.

Related Variables: The PrivBitsTotal variable represents a running total of the custom privileges you have configured. PrivBitsTotal must always have a value matching the number of PrivDescX variables present for your application.

 

Section:  SecurityManager-PrivApp

Default: PrivDescX = Invalid

When referred to by code, custom privilege numbers are offset by 16. 0 -> 16, 1 -> 17, etc.

Example:

<SECURITYMANAGER-PrivApp>
  PrivBitsTotal  = 2
  AppPrivDefault =
  PrivDesc0      = Station 1 Access, 0
  PrivDesc1      = Station 2 Access, 1