White Papers

12 Version 1.0.0
8.2 DCIM_LCService.SetAttributes()
A method used to set the values of multiple attributes.
Table 6 DCIM_LCService.SetAttributes() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 7 DCIM_LCService.SetAttributes() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
AttributeName
string [ ]
Array of DCIM_LCAttribute.AttributeName
IN
AttributeValue
string [ ]
Corresponding array of Pending or Current
value to be set
OUT
SetResult
string [ ]
invoking the SetAttributes may result in the
CurrentValue or PendingValue property of
each input element being set. AttributeValue
array will have a corresponding SetResult
value in the SetResult array. A value of “2”
means the CurrentValue property is set, and
a value of “3” means the PendingValue
property is set
OUT
RebootRequired
string [ ]
Each input element„s AttributeValue array
will have a corresponding RebootRequired
value in the RebootRequired array. A value
of Yes” means a reboot is required to set
this value, and a value of “No” means a
reboot is not required to set this value
OUT
MessageID
string [ ]
Error Message ID- can be used to index into
Dell Message registry files
OUT
Message
string [ ]
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT
MessageArguments
string[]
Substitution variables for dynamic error
messages