Method: OpenC3::Interface#write_queue_size
- Defined in:
- lib/openc3/interfaces/interface.rb
#write_queue_size ⇒ Integer
Returns The number of packets in the write queue (when used as a Router).
107 108 109 |
# File 'lib/openc3/interfaces/interface.rb', line 107 def write_queue_size @write_queue_size end |