Class: Kanrisuru::Core::Dmi::MemoryDeviceMappedAddress

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/dmi/types.rb

Overview

Type 20: Memory Device Mapped Address

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def dmi_type
  @dmi_type
end

#ending_addressObject

Returns the value of attribute ending_address



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def ending_address
  @ending_address
end

#interleave_positionObject

Returns the value of attribute interleave_position



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def interleave_position
  @interleave_position
end

#interleaved_data_depthObject

Returns the value of attribute interleaved_data_depth



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def interleaved_data_depth
  @interleaved_data_depth
end

#memory_array_mapped_address_handleObject

Returns the value of attribute memory_array_mapped_address_handle



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def memory_array_mapped_address_handle
  @memory_array_mapped_address_handle
end

#partition_row_positionObject

Returns the value of attribute partition_row_position



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def partition_row_position
  @partition_row_position
end

#physical_device_handleObject

Returns the value of attribute physical_device_handle



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def physical_device_handle
  @physical_device_handle
end

#range_sizeObject

Returns the value of attribute range_size



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def range_size
  @range_size
end

#starting_addressObject

Returns the value of attribute starting_address



164
165
166
# File 'lib/kanrisuru/core/dmi/types.rb', line 164

def starting_address
  @starting_address
end