MHCTLChannelObserver Class Reference

class MHCTLChannelObserver

API for observing information regarding the status of a HCTL channel.

This should be implemented by the stack so it can control the multiplexing of the command and data sent over the HCTL.

Member Functions Documentation

MhcoChannelClosed(THCITransportChannel)

void MhcoChannelClosed ( THCITransportChannel aChannels ) [pure virtual]

Indication that a HCTL channel has been closed.

Parameters

THCITransportChannel aChannels

MhcoChannelOpen(THCITransportChannel)

void MhcoChannelOpen ( THCITransportChannel aChannels ) [pure virtual]

Indication that a HCTL channel has been opened.

Parameters

THCITransportChannel aChannels