Method: Roby::Application#shell_interface_port

Defined in:
lib/roby/app.rb

#shell_interface_portInteger

The port on which the shell interface server should be

This is ignored if #shell_interface_fd is set

Returns:

  • (Integer)

See Also:



834
835
836
# File 'lib/roby/app.rb', line 834

def shell_interface_port
  @shell_interface_port
end