Contents

updateReport

request current data for the specified channels

Declaration

virtual IOReturn updateReport(
 IOReportChannelList *channels, 
 IOReportUpdateActionaction, 
 void *result, 
 void *destination);

Parameters

  • channels:

    - channels to be updated

  • action:

    - type/style of update

  • result:

    - returned details about what was updated

  • destination:

    - destination for this update (action-specific)

See Also

Miscellaneous