Class: Kanrisuru::Core::Dmi::MemoryDeviceMappedAddress
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::MemoryDeviceMappedAddress
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 20: Memory Device Mapped Address
Instance Attribute Summary collapse
-
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle.
-
#dmi_size ⇒ Object
Returns the value of attribute dmi_size.
-
#dmi_type ⇒ Object
Returns the value of attribute dmi_type.
-
#ending_address ⇒ Object
Returns the value of attribute ending_address.
-
#interleave_position ⇒ Object
Returns the value of attribute interleave_position.
-
#interleaved_data_depth ⇒ Object
Returns the value of attribute interleaved_data_depth.
-
#memory_array_mapped_address_handle ⇒ Object
Returns the value of attribute memory_array_mapped_address_handle.
-
#partition_row_position ⇒ Object
Returns the value of attribute partition_row_position.
-
#physical_device_handle ⇒ Object
Returns the value of attribute physical_device_handle.
-
#range_size ⇒ Object
Returns the value of attribute range_size.
-
#starting_address ⇒ Object
Returns the value of attribute starting_address.
Instance Attribute Details
#dmi_handle ⇒ Object
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_size ⇒ Object
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_type ⇒ Object
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_address ⇒ Object
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_position ⇒ Object
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_depth ⇒ Object
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_handle ⇒ Object
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_position ⇒ Object
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_handle ⇒ Object
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_size ⇒ Object
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_address ⇒ Object
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 |