amdsmi_evt_notification_data_t Struct Reference

amdsmi_evt_notification_data_t Struct Reference#

AMD SMI: amdsmi_evt_notification_data_t Struct Reference
amdsmi_evt_notification_data_t Struct Reference

Event notification data returned from event notification API. More...

#include <amdsmi.h>

Data Fields

amdsmi_processor_handle processor_handle
 Handler of device that corresponds to the event.
 
amdsmi_evt_notification_type_t event
 Event type.
 
char message [AMDSMI_MAX_STRING_LENGTH]
 Event message.
 

Detailed Description

Event notification data returned from event notification API.

Definition at line 1348 of file amdsmi.h.

Field Documentation

◆ processor_handle

amdsmi_processor_handle amdsmi_evt_notification_data_t::processor_handle

Handler of device that corresponds to the event.

Definition at line 1349 of file amdsmi.h.

◆ event

amdsmi_evt_notification_type_t amdsmi_evt_notification_data_t::event

Event type.

Definition at line 1350 of file amdsmi.h.

◆ message

char amdsmi_evt_notification_data_t::message[AMDSMI_MAX_STRING_LENGTH]

Event message.

Definition at line 1351 of file amdsmi.h.


The documentation for this struct was generated from the following file: