TTMSFNCWebSocketBinDataEvent Event Type
Signature for events raised when binary data is received over a connection.
API unit family: TMSFNCWebSocketCommon
Remarks
The handler consumes the data; it does not alter connection behavior.
Parameters
| Name | Description |
|---|---|
Sender |
Object that raised the event. |
AConnection |
Connection on which the data arrived. |
aData |
Received binary payload bytes. |
AFrameType |
Position of the received frame within the message, indicating whether this is the first, a continuation, or the last frame. |