Table of Contents

TTMSFNCWebSocketMessageEvent Event Type

Signature for events raised when a complete text message is received.

API unit family: TMSFNCWebSocketCommon

Remarks

The handler consumes the message; it does not alter connection behavior.

Parameters

Name Description
Sender Object that raised the event.
AConnection Connection on which the message arrived.
aMessage Decoded text of the received message.