 
  
| Public Member Functions | |
| SystemEventHandlerImpl (SystemPtr system) | |
| ~SystemEventHandlerImpl () | |
| void | LockEventHandlerMutex () | 
| void | UnlockEventHandlerMutex () | 
| void | OnInterfaceArrival (InterfacePtr pInterface) | 
| Interface arrival event callback. | |
| void | OnInterfaceRemoval (InterfacePtr pInterface) | 
| Interface removal event callback. | |
| void | RegisterInterfaceEventToSystem () | 
| void | UnregisterInterfaceEventFromSystem () | 
| void | RegisterAllInterfaceEvents () | 
| void | UnregisterAllInterfaceEvents () | 
|  Public Member Functions inherited from SystemEventHandler | |
| SystemEventHandler () | |
| Default constructor. | |
| virtual | ~SystemEventHandler () | 
| Virtual destructor. | |
| virtual void | OnInterfaceArrival (InterfacePtr pInterface)=0 | 
| Interface arrival event callback. | |
| virtual void | OnInterfaceRemoval (InterfacePtr pInterface)=0 | 
| Interface removal event callback. | |
|  Public Member Functions inherited from ISystemEventHandler | |
| virtual | ~ISystemEventHandler () | 
| virtual void | OnInterfaceArrival (InterfacePtr pInterface)=0 | 
| virtual void | OnInterfaceRemoval (InterfacePtr pInterface)=0 | 
|  Public Member Functions inherited from IInterfaceArrivalEventHandler | |
| virtual | ~IInterfaceArrivalEventHandler () | 
| virtual void | OnInterfaceArrival (InterfacePtr pInterface)=0 | 
|  Public Member Functions inherited from EventHandler | |
| virtual | ~EventHandler () | 
| Virtual Destructor. | |
| void | SetEventType (EventType eventType) | 
| Sets the event type. | |
| EventType | GetEventType () | 
| Gets the event type. | |
| const uint8_t * | GetEventPayloadData () | 
| Gets the event payload data. | |
| const size_t | GetEventPayloadDataSize () | 
| Gets the event payload data size. | |
|  Public Member Functions inherited from IInterfaceRemovalEventHandler | |
| virtual | ~IInterfaceRemovalEventHandler () | 
| virtual void | OnInterfaceRemoval (InterfacePtr pInterface)=0 | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinevirtual | 
Interface arrival event callback.
Note that only GEV interface arrivals are currently handled.
| pInterface | Reference tracked pointer to Interface object of the adapter attached to the system | 
Implements SystemEventHandler.
| 
 | inlinevirtual | 
Interface removal event callback.
Note that only GEV interface removals are currently handled.
| pInterface | Reference tracked pointer to Interface object of the adapter removed from the system | 
Implements SystemEventHandler.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |