How to read information from the _lock config
Basically there are the following attributes which can be read with a dpGet:
| Attribute | Type | Description |
| _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 |
To find out from which system the _lock config was set, the function
getManIdFromInt(int manIdInt, char &manType, char &manNum [, int &sysNum [, char &replica]]);
has to be used.