TwclBluetoothRadio.MessageReceived(TwclMessage) Method

The method called when a new notification message received.

Namespace: wclBluetooth
protected
 procedure MessageReceived(const Message: TwclMessage); virtual;

Parameters

Message
Type: TwclMessage

A wclMessaging.TwclMessage 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.