How to read information from the _lock config
Basically there are the following attributes which can be read with a dpGet:
Attribute<o:p></o:p> | Type<o:p></o:p> | Description<o:p></o:p> |
_locked | bool | Config blocked |
_man_id | Int | The manager ID as an int like it is returned by the CTRL function convManIdToInt(). |
_man_nr | Char | Manager number. Numerical char data type that takes the values 0 to 255 |
_man_type | Char | Manager type. Numerical char data type that takes the values 0 to 255. |
_type | Int | Type of lock. |
_user_id | Uint | User ID |
<o:p> </o:p>
To find out from which system the _lock config was set, the function
getManIdFromInt(int manIdInt, char &manType, char &manNum [, int &sysNum [, char &replica]]);<o:p></o:p>
has to be used.