Method: Roby::Application#shell_interface_v2_fd
- Defined in:
- lib/roby/app.rb
#shell_interface_v2_fd ⇒ Integer
A file descriptor that should be used as-is for the v2 interface server
Unless #shell_interface_v2_fd is set, the interface listens to #shell_interface_host and #shell_interface_port + 2
881 882 883 |
# File 'lib/roby/app.rb', line 881 def shell_interface_v2_fd @shell_interface_v2_fd end |