| sk.robotics.robot | classes |
function robot_password | ^ |
Set the admin password for this robot object.Default password is "turtle". The admin is allowed to logoff other users connected to this robot object remotely.
- Source:
- robotdll/robotdll.h:872
- Author:
- Version:
- latest version
- Params:
id robot object handle password zero-terminated password string - See Also:
- robot_logoff
- Code:
public ROBOTDLL_API void robot_password (short id ,const char * password )