| sk.robotics.robot | classes |
function robot_connected | ^ |
Determine if the connection has been lost.This function does not start any communication, simply returns non-zero, if the robot object is connected to local or remote robot, and zero, if the connection has been lost.
- Source:
- robotdll/robotdll.h:1238
- Author:
- Version:
- latest version
- Param:
id robot object handle - See Also:
- robot_connect, robot_isalive
- Code:
public ROBOTDLL_API short robot_connected (short id )