MHCICommandEventObserver Class Reference

class MHCICommandEventObserver

Mixin for being informed about reception of HCI Command Events from the HCI. This should be implemented by the Command Queue.

Public Member Functions
voidMhceoEventNotification(const THCIEventBase &)

Member Functions Documentation

MhceoEventNotification(const THCIEventBase &)

voidMhceoEventNotification(const THCIEventBase &aEvent)[pure virtual]

Called when an event that is considered a response to a command has been received.

Parameters

const THCIEventBase & aEventThe event received.