Method: OpenC3::Interface#write_count
- Defined in:
- lib/openc3/interfaces/interface.rb
#write_count ⇒ Integer
Returns The number of packets written to this interface.
84 85 86 |
# File 'lib/openc3/interfaces/interface.rb', line 84 def write_count @write_count end |