Class: IntelHex::Record::Eof

Inherits:
IntelHex::Record show all
Defined in:
lib/intel_hex/record/eof.rb

Instance Attribute Summary

Attributes inherited from IntelHex::Record

#checksum, #data, #length, #line, #offset

Class Method Summary collapse

Methods inherited from IntelHex::Record

#calculate_checksum, data, #each_byte_with_address, ela, eof, esa, inherited, #initialize, parse, #recalculate_checksum, register_type, sla, ssa, #to_ascii, #to_h, #to_s, #type_data_length, #type_id, #type_name, #valid?, #validate, #validate_checksum, #validate_data, #validate_length, #validate_offset, #value, #value_s

Constructor Details

This class inherits a constructor from IntelHex::Record

Class Method Details

.type_data_lengthObject



14
15
16
# File 'lib/intel_hex/record/eof.rb', line 14

def self.type_data_length
  0
end

.type_idObject



6
7
8
# File 'lib/intel_hex/record/eof.rb', line 6

def self.type_id
  1
end

.type_nameObject



10
11
12
# File 'lib/intel_hex/record/eof.rb', line 10

def self.type_name
  :eof
end