White Papers
20 Version 1.3.3
8.2 DCIM_LCService.SetAttributes()
The SetAttributes() method is used to set or change the values of a group of attributes.
Invocation of the SetAttributes() method shall change the values of the DCIM_LCAttribute.CurrentValue
or PendingValue properties that correspond to the names specified by the AttributeName parameter and
the values specified by the AttributeValue parameter if the respective DCIM_LCAttribute.IsReadOnly
property is FALSE. Invocation of this method when the respective DCIM_LCAttribute.IsReadOnly property
is TRUE shall result in no change to the corresponding value of the DCIM_LCAttribute.CurrentValue
property.
Return code values for the SetAttributes() method are specified in Table 12, and parameters are
specified in Table 13.
Invoking the SetAttributes() method multiple times can result in the earlier requests being overwritten or
lost.