| sk.robotics.robot | classes |
function robot_isalive | ^ |
Determine if the connection with the robot is alive.This function sends a packet to the robot to test if the connection is working.
- Source:
- robotdll/robotdll.h:547
- Author:
- Version:
- latest version
- Param:
id robot object handle - Returns:
- zero, if the connection is not alive, otherwise returns non-zero
- See Also:
- robot_connect, robot_connected
- Code:
public ROBOTDLL_API short robot_isalive (short id )