Hardware Resource APIs

The hardware resource APIs allow you to work with hardware resources. A hardware resource is an addressable piece of hardware on the system. A hardware resource is known to the system by its resource name. A resource entry is the reference to the hardware resource in the hardware resource information, which can be thought of as a list of the hardware resources on the system.

Some of the hardware resource APIs use a first attempt and next attempts to work with a list of items. The first attempt performs the requested action and returns an indication of whether the action completed successfully or failed. The next attempt repeats the requested action, continuing from the point in which the previous attempt stopped. Through the use of attempts, an API that returns items from a list can progress down the list, returning the items one at a time.

The hardware resource APIs and their functions are:


[ Back to top | Configuration APIs | APIs by category ]