Method: Roby::Application#shell_interface_v2_port

Defined in:
lib/roby/app.rb

#shell_interface_v2_portInteger

The port on which the v2 shell interface server should be

This is ignored if #shell_interface_v2_fd is set

Returns:

  • (Integer)

See Also:



873
874
875
# File 'lib/roby/app.rb', line 873

def shell_interface_v2_port
  @shell_interface_v2_port
end