Method: OpenC3::Interface#read_count
- Defined in:
- lib/openc3/interfaces/interface.rb
#read_count ⇒ Integer
Returns The number of packets read from this interface.
87 88 89 |
# File 'lib/openc3/interfaces/interface.rb', line 87 def read_count @read_count end |