White Papers

Version 1.3.3 21
Table 12DCIM_LCService.SetAttributes() Method: Return Code Values
Value Description
0 Request was successfully executed.
1 Method is unsupported.
2 Error occurred
Table 13DCIM_LCService.SetAttributes() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ
AttributeName string [ ] Array of DCIM_LCAttribute.AttributeName
IN, REQ
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 “Set CurrentValue” means
CurrentValue property is set, and a value of
Set PendingValue” means 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
ofYes” 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