Method: OpenC3::TcpipServerInterface#listen_address
- Defined in:
- lib/openc3/interfaces/tcpip_server_interface.rb
#listen_address ⇒ String
Returns The ip address to bind to. Default to ANY (0.0.0.0).
59 60 61 |
# File 'lib/openc3/interfaces/tcpip_server_interface.rb', line 59 def listen_address @listen_address end |