Users Guide

DCIM_BootCongSetting
An instance of DCIM_BootCongSetting represents a boot conguration that is used during the boot process. For example, on client
systems, there are two types of boot congurations — Legacy and UEFI. So, DCIM_BootCongSetting has a maximum of two instances
to represent, one each for Legacy and UEFI.
You can determine if the DCIM_BootCongSetting represents Legacy, using the following properties:
InstanceID = "DCIM:BootCongSetting:Next:1"
ElementName = "Next Boot Conguration Setting : Boot List Type 1"
You can determine if the DCIM_BootCongSetting represents UEFI, using the following properties:
InstanceID = "DCIM:BootCongSetting:Next:2"
ElementName = "Next Boot Conguration 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 identies 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_BootCongSetting.
DCIM_OrderedComponent
The DCIM_OrderedComponent association class is used to associate instances of DCIM_BootCongSetting 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_BootCongSetting instance and the PartComponent
property refers to the DCIM_BootSourceSetting instance.
DCIM_GPIOService
This class is used for conguring 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 congure the mode for pins on the
system. The user can congure 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 congure 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