| sk.robotics.robot | classes |
function robot_done | ^ |
Release the robot object.Disconnects the object from the port, and releases the robot object from the memory. The object with this id will not exist after this function is called.
- Source:
- robotdll/robotdll.h:99
- Author:
- Version:
- latest version
- Param:
id robot object handle - See Also:
- robot_init
- Code:
public ROBOTDLL_API void robot_done (short id )