List Attribute commands request the attribute definitions within a group
for a given component. They do not retrieve the current attribute values.
There are three List Attribute commands:
DmiListAttributeCmd
Requests data for a specific
attribute.
DmiListFirstAttributeCmd
Requests
data for the first attribute in a group. The attribute with the lowest attribute
ID is considered the first attribute in the group. The service layer fills
in as many attribute definitions as the size of the confirm buffer allows.
DmiListNextAttributeCmd
Requests
data for the attribute whose ID is the next highest value after the one
passed in the DmiListAttributeReq block. The service layer fills in as many
attribute definitions as the size of the confirm buffer allows.
For a description of the DmiListAttributeReq block used to issue these List
commands, read DmiListAttributeReq
Command Block.
[Back]
[Next]