| sk.robotics.robot | classes |
function robot_replay | ^ |
Replay sequence of commands performed by the robot from a filename (possibly produced by the robot_logfile command).
- Source:
- robotdll/robotdll.h:1113
- Author:
- Version:
- latest version
- Params:
id robot object handle filename path to the input file containing the list of the commands to be replayed - See Also:
- robot_logfile
- Code:
public ROBOTDLL_API long robot_replay (short id ,LPCTSTR filename )