|
API Documentation
9.14.00
|
Power notify object structure. More...
Data Fields | |
| uintptr_t | clientArg |
| uint_fast16_t | eventTypes |
| List_Elem | link |
| Power_NotifyFxn | notifyFxn |
Power notify object structure.
This structure specification is for internal use. Notification clients must pre-allocate a notify object when registering for a notification; Power_registerNotify() will take care initializing the internal elements appropriately.
| uintptr_t Power_NotifyObj::clientArg |
argument provided by client
| uint_fast16_t Power_NotifyObj::eventTypes |
the event type
| List_Elem Power_NotifyObj::link |
for placing on the notify list
| Power_NotifyFxn Power_NotifyObj::notifyFxn |
notification function
1.8.12