Method: OpenC3::TcpipServerInterface#write_connection_callback
- Defined in:
- lib/openc3/interfaces/tcpip_server_interface.rb
#write_connection_callback ⇒ Object
Callback method to call when a new client connects to the write port. This method will be called with the Interface as the only argument.
53 54 55 |
# File 'lib/openc3/interfaces/tcpip_server_interface.rb', line 53 def write_connection_callback @write_connection_callback end |