Bluetooth Framework C++ Edition

◆ MessageReceived()

virtual void MessageReceived ( const CwclMessage *const  Message)
protectedvirtual

The method called when a new notification message received.

Parameters
MessageA CwclMessage object represents a notification message.

This method is for internal use only.

If a derived class overrides this method it must always call the inherited implementation first.

See also
CwclMessage