TwclWiiRemoteClientConnection.MessageReceived(TwclMessage) Method

The method called when a new notification message received.

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

Parameters

Message
Type: TwclMessage

A wclMessaging.TwclMessage object represents a notification message.

Overrides

TwclClientConnection.MessageReceived(TwclMessage)

This method is for internal use only.

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