| sk.robotics.robot | classes |
function robot_portnumber | ^ |
Setup the network port number for remote connections.Applies both to outgoing (should be called before robot_connect) and incoming (should be called before robot_server) connections.
- Source:
- robotdll/robotdll.h:1024
- Author:
- Version:
- latest version
- Params:
id robot object handle num robot network port number
- Code:
public ROBOTDLL_API void robot_portnumber (short id ,long num )