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
void MhceoEventNotification (const THCIEventBase &)

Member Functions Documentation

MhceoEventNotification(const THCIEventBase &)

void MhceoEventNotification ( const THCIEventBase & aEvent ) [pure virtual]

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

Parameters

const THCIEventBase & aEvent The event received.