TMS FNC WebSocket Client guides
TTMSFNCWebsocketClient connects to a WebSocket server and exchanges text and
binary messages with it. You point it at a host and port, connect, and react to
incoming messages through events; Send pushes messages to the server. These
task-oriented chapters cover connecting and exchanging messages.
New to the component? Start with Get started for the shortest working path, then return here for depth.
Chapters
| Chapter | Covers |
|---|---|
| Connecting | Host and port, the connection lifecycle, and TLS. |
| Sending and receiving | Sending text and binary frames and handling incoming messages. |