Click or drag to resize

wclRfCommServerConnectionMessageReceived Method

The method called when a new notification message received.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected override void MessageReceived(
	wclMessage Message
)

Parameters

Message  wclMessage
A wclMessage object represents a notification message.
Remarks

This method is for internal use only.

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

See Also