TTMSFNCWebSocketFrameType Enumeration
Identifies the position of a frame within a fragmented message sequence.
API unit family: TMSFNCWebSocketCommon
Members
| Name | Description |
|---|---|
ftFirst |
The frame is the first frame of a fragmented message. |
ftContinuation |
The frame is a continuation frame in the middle of a fragmented message. |
ftLast |
The frame is the final frame that completes a fragmented message. |