Method: OpenC3::Interface#read_count

Defined in:
lib/openc3/interfaces/interface.rb

#read_countInteger

Returns The number of packets read from this interface.

Returns:

  • (Integer)

    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