Back to FabImage Library website
You are here: Start » Function Reference » System » WebSocket » WebSocket_WriteText

WebSocket_WriteText
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Outputs a string through a connected WebSocket.
Syntax
C++
C#
void fil::WebSocket_WriteText ( const fil::WebSocketId& inWebSocket, const ftl::String& inText )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inWebSocket | const WebSocketId& | Socket ID. | |
![]() |
inText | const String& | Input string. |