enumeration - Man Page

Enumeration

Synopsis

Functions

IGSC_EXPORT int igsc_device_iterator_create (struct igsc_device_iterator **iter)
Create iterator for devices capable of FW update​.
IGSC_EXPORT int igsc_device_iterator_next (struct igsc_device_iterator *iter, struct igsc_device_info *info)
Obtain next devices capable of FW update​.
IGSC_EXPORT void igsc_device_iterator_destroy (struct igsc_device_iterator *iter)
Free iterator for devices capable of FW update​.

Detailed Description

Function Documentation

IGSC_EXPORT int igsc_device_iterator_create (struct igsc_device_iterator ** iter)

Create iterator for devices capable of FW update​.

Parameters

iter pointer to return the iterator pointer

Returns

IGSC_SUCCESS if successful, otherwise error code​.

IGSC_EXPORT void igsc_device_iterator_destroy (struct igsc_device_iterator * iter)

Free iterator for devices capable of FW update​.

Parameters

iter pointer to iterator

Returns

void

IGSC_EXPORT int igsc_device_iterator_next (struct igsc_device_iterator * iter, struct igsc_device_info * info)

Obtain next devices capable of FW update​.

Parameters

iter pointer to iterator​.
info pointer for device information​.

Returns

IGSC_SUCCESS if successful, otherwise error code​.

Author

Generated automatically by Doxygen for Intel Graphics System Controller Firmware Update Library from the source code​.

Info

Intel Graphics System Controller Firmware Update Library