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