Setup a userfile (that contains list of users and passwords) for this robot object.
The user names apply to other objects logging here remotely, * when the server is on. If no user file is in use, the default password 'turtle' is required.
- Source:
- robotdll/robotdll.h:942
- Author:
- Version:
- latest version
- Params:
| id
| robot object handle
|
| filename
| name of the local user file (full path)
|
- See Also:
- robot_server, robot_adduser, robot_deluser, robot_listusers, robot_user
- Code:
public ROBOTDLL_API void robot_userfile ( | short id , |
| | const char * filename ) |