RDK Documentation (Open Sourced RDK Components)
|
#include <rmh_monitor.h>
Public Member Functions | |
TAILQ_ENTRY (RMHMonitor_CallbackEvent) entries | |
Data Fields | |
RMH_Event | event |
RMH_EventData | eventData |
struct timeval | eventTime |
Contains all necessary information to describe a callback from RMH. This allows us to handle the event on a seperate thread then where the callback occurred.
Definition at line 41 of file rmh_monitor.h.