Reference Guide

660 Standard Data Type Definitions
Variables with Data Types of State Capabilities and
State Capabilities Unique
Variables with definitions of <
variable name
>StateCapabilities or <
variable
name
>StateCapabilitiesUnique are integers representing a series of bit definitions. They are
NOT enumerations and should be treated as bit fields. The value is passed as a decimal value. The decimal
value should be converted to hex and the appropriate bits should be parsed from hex. Some of the more
common bit combinations are defined in some variables, but not all combinations are or will be defined.
Table A-2. Dell State Capabilities
Variable Name: DellStateCapabilities
Data Type: Integer
Possible Data Values Meaning of Data Value
if set to zero(0) The object has no capabilities.
unknownCapabilities(1) The object’s capabilities are unknown.
enableCapable(2) The object can be disabled (offline, a binary 0 value) or
enabled (online, a binary 1 value).
notReadyCapable(4) The object is not ready.
enableAndNotReadyCapable(6) Enable and not ready capable.
Table A-3. Dell State Settings
Variable Name: DellStateSettings
Data Type: Integer
Possible Data Values Meaning of Data Value
if set to zero(0) The object has no settings capabilities and its state is
disabled.
unknown(1) The object’s state is unknown.
enabled(2) The object’s state is disabled (offline, a binary 0 value) or
enabled (online, a binary 1 value).
notReady(4) The object is not ready.
enableAndNotReady(6) The object is enabled and not ready.