Method: OpenC3::Interface#bytes_read

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

#bytes_readInteger

Returns The number of bytes read from this interface.

Returns:

  • (Integer)

    The number of bytes read from this interface



87
88
89
# File 'lib/openc3/interfaces/interface.rb', line 87

def bytes_read
  @bytes_read
end