myManId()
Returns the manager ID as a number. The number contains coded the system, replica, type and number.
Synopsis
int myManId();
Parameters
Parameter | Meaning |
none | - |
Return value
The coded manager ID. You can query the meaning of the ID by using the function getManIdFromInt().
Error
Description
Returns the coded manager ID.
main() { int res; res = myManId(); DebugN(res); } |
Assignment
Management of managers.
Availability
CTRL