Users Guide
DCIM_BootCongSetting
An instance of DCIM_BootCongSetting represents a boot conguration that is used during the boot process. For example, on client
systems, there are two types of boot congurations — Legacy and UEFI. So, DCIM_BootCongSetting has a maximum of two instances
to represent, one each for Legacy and UEFI.
You can determine if the DCIM_BootCongSetting represents Legacy, using the following properties:
• InstanceID = "DCIM:BootCongSetting:Next:1"
• ElementName = "Next Boot Conguration Setting : Boot List Type 1"
You can determine if the DCIM_BootCongSetting represents UEFI, using the following properties:
• InstanceID = "DCIM:BootCongSetting:Next:2"
• ElementName = "Next Boot Conguration Setting : Boot List Type 2"
DCIM_BootSourceSetting
This class represents the boot devices or sources. The ElementName, BIOSBootString, and StructuredBootString properties contain a
string that identies the boot devices. For example, oppy, hard disk, CD/DVD, network, Personal Computer Memory Card International
Association (PCMCIA), Battery Electric Vehicle (BEV), or USB. Based on the boot list type of the device, an instance of
DCIM_BootSourceSetting is associated with one of the instances of DCIM_BootCongSetting.
DCIM_OrderedComponent
The DCIM_OrderedComponent association class is used to associate instances of DCIM_BootCongSetting with instances of
DCIM_BootSourceSetting representing one of the boot list types (Legacy or UEFI) to which the boot devices belongs. The
GroupComponent property of DCIM_OrderedComponent refers to the DCIM_BootCongSetting instance and the PartComponent
property refers to the DCIM_BootSourceSetting instance.
DCIM_GPIOService
This class is used for conguring the General Purpose Input/Output (GPIO) pins. This class has nine methods which can be used for
reading or writing the pin value or the pin mode.
NOTE
: This class is supported on Embedded Box PC 3000/5000.
Embedded Box PC 5000 has dedicated 8 pins as Input and 8 pins as Output. The user does not need to congure the mode for pins on the
system. The user can congure the value for all these pins by giving just pin Index (0–7). Pin Index 0 represents GPO0 when writing the
value and GPI0 when reading the value.
NOTE
: For more information, refer Dell Embedded Box PC 5000 Installation and Operation Manual.
• Embedded Box PC 3000 has total 12 pins dedicated for GPIO as part of Multifunction Port. These pins are divided between two ports
equally. The user can congure both mode and value for all these pins by giving a port number (0 or 1) and pin index (0–5). Port
number 0 and Pin Index 0 represent P
00
pin in multifunction port and so on.
NOTE
: For more details, refer Dell Embedded Box PC 3000 Installation and Operation Manual.
Following are the methods for DCIM_GPIOService:
• ReadPin
Using Dell Command | Monitor 10.1.0
19