Set the name of the user that operates with this robot object.
The username applies only to cases when the robot object connects to another remote robot object through network - in such cases, the user name must be specified before calling robot_connect().
- Source:
- robotdll/robotdll.h:116
- Author:
- Version:
- latest version
- Params:
| id
| robot object handle
|
| usr
| user name
|
| psw
| password (use turtle for anonymous access)
|
- Code:
public ROBOTDLL_API void robot_user ( | short id , |
| | const char * usr , |
| | const char * psw ) |